fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-cbc/+/28922 )
Change subject: libosmo-sbcap: add -no-undefined to libosmo_sbcap_la_LDFLAGS
......................................................................
libosmo-sbcap: add -no-undefined to libosmo_sbcap_la_LDFLAGS
Make sure that there is no undefined references in shared libraries.
Change-Id: Id08bbd5ba35ef3f507f60f31a0634f921ec1db65
---
M src/sbcap/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
daniel: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/src/sbcap/Makefile.am b/src/sbcap/Makefile.am
index b98bf42..4130a90 100644
--- a/src/sbcap/Makefile.am
+++ b/src/sbcap/Makefile.am
@@ -376,7 +376,7 @@
sbcap_LIBVERSION=0:0:0
lib_LTLIBRARIES = libosmo-sbcap.la
-libosmo_sbcap_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(sbcap_LIBVERSION)
+libosmo_sbcap_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(sbcap_LIBVERSION) -no-undefined
libosmo_sbcap_la_LIBADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(LIBOSMOVTY_LIBS) \
$(ASN1C_LIBS) libosmo-asn1-sbcap.la
libosmo_sbcap_la_SOURCES = sbcap_common.c
--
To view, visit
https://gerrit.osmocom.org/c/osmo-cbc/+/28922
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: Id08bbd5ba35ef3f507f60f31a0634f921ec1db65
Gerrit-Change-Number: 28922
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged