fixeria has uploaded this change for review.

View Change

libosmo-mgcp-client: add -no-undefined to *_la_LDFLAGS

Make sure that there is no undefined references in shared libraries.

Change-Id: If6aa8016026beb8bad735987f3ab6e0d114b86a5
---
M src/libosmo-mgcp-client/Makefile.am
1 file changed, 5 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/25/28925/1
diff --git a/src/libosmo-mgcp-client/Makefile.am b/src/libosmo-mgcp-client/Makefile.am
index 2c5c653..fffb42a 100644
--- a/src/libosmo-mgcp-client/Makefile.am
+++ b/src/libosmo-mgcp-client/Makefile.am
@@ -35,4 +35,8 @@
mgcp_client_pool.c \
$(NULL)

-libosmo_mgcp_client_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(MGCP_CLIENT_LIBVERSION)
+libosmo_mgcp_client_la_LDFLAGS = \
+ $(AM_LDFLAGS) \
+ -version-info $(MGCP_CLIENT_LIBVERSION) \
+ -no-undefined \
+ $(NULL)

To view, visit change 28925. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: If6aa8016026beb8bad735987f3ab6e0d114b86a5
Gerrit-Change-Number: 28925
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange