Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH 1/8] qmi unit: Link to dl
@ 2024-04-19 16:44 Steve Schrock
  2024-04-19 16:44 ` [PATCH 2/8] qmi: Eliminate atomic ref counting Steve Schrock
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Steve Schrock @ 2024-04-19 16:44 UTC (permalink / raw)
  To: ofono; +Cc: Steve Schrock

One of my VMs was getting a linker error when building
test-qmimodem-qmi in maintainer mode:
undefined reference to `dladdr'

Add -ldl to fix this.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 9a6f82c39552..a4880036eaf5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -932,7 +932,7 @@ unit_objects += $(unit_test_mbim_OBJECTS)
 unit_test_qmimodem_qmi_SOURCES = unit/test-qmimodem-qmi.c src/common.c \
 			src/util.c src/log.c \
 			drivers/qmimodem/qmi.c
-unit_test_qmimodem_qmi_LDADD = @GLIB_LIBS@ $(ell_ldadd)
+unit_test_qmimodem_qmi_LDADD = @GLIB_LIBS@ $(ell_ldadd) -ldl
 unit_objects += $(unit_test_qmimodem_qmi_OBJECTS)
 
 unit/test-provision.db: unit/test-provision.json
-- 
2.40.1


-- 


*Confidentiality Note:* We care about protecting our proprietary 
information, confidential material, and trade secrets. This message may 
contain some or all of those things. Cruise will suffer material harm if 
anyone other than the intended recipient disseminates or takes any action 
based on this message. If you have received this message (including any 
attachments) in error, please delete it immediately and notify the sender 
promptly.

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-04-22 16:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-19 16:44 [PATCH 1/8] qmi unit: Link to dl Steve Schrock
2024-04-19 16:44 ` [PATCH 2/8] qmi: Eliminate atomic ref counting Steve Schrock
2024-04-19 16:44 ` [PATCH 3/8] qmi: Create a better client service abstraction Steve Schrock
2024-04-19 16:44 ` [PATCH 4/8] qmi: Eliminate unnecessary casting to unsigned int Steve Schrock
2024-04-19 16:44 ` [PATCH 5/8] qmi: Prevent clients from unregistering for others Steve Schrock
2024-04-19 16:44 ` [PATCH 6/8] qmi unit: Validate creation of services of the same type Steve Schrock
2024-04-19 16:44 ` [PATCH 7/8] qmi unit: Validate destroyed services do not notify Steve Schrock
2024-04-19 16:44 ` [PATCH 8/8] qmi unit: Validate notifications are independent Steve Schrock
2024-04-19 16:52 ` [PATCH 1/8] qmi unit: Link to dl Marcel Holtmann
2024-04-19 18:32   ` [EXT] " Steve Schrock
2024-04-22 16:32 ` patchwork-bot+ofono

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox