laforge has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-remsim/+/17370 )


Change subject: libosmo-rspro: Avoid useless dependency to libosmogsm
......................................................................

libosmo-rspro: Avoid useless dependency to libosmogsm

dpkg-shlibdeps: warning: package could avoid a useless dependency if 
debian/libosmo-rspro1/usr/lib/x86_64-linux-gnu/libosmo-rspro.so.1.0.0 was not 
linked against libosmogsm.so.13 (it uses none of the library's symbols)

Change-Id: I6ed59e4b1a23625653be2647f271a5d993535800
---
M src/Makefile.am
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/70/17370/1

diff --git a/src/Makefile.am b/src/Makefile.am
index 6fff228..81fe4ca 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,7 +16,8 @@
 RSPRO_LIBVERSION=1:0:0
 lib_LTLIBRARIES = libosmo-rspro.la
 libosmo_rspro_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(RSPRO_LIBVERSION)
-libosmo_rspro_la_LIBADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOABIS_LIBS) \
+# OSMOGSM_LIBS not needed, we don't use any of its symbols, only the header 
above
+libosmo_rspro_la_LIBADD = $(OSMOCORE_LIBS) $(OSMOABIS_LIBS) \
                          rspro/libosmo-asn1-rspro.la
 libosmo_rspro_la_SOURCES = rspro_util.c asn1c_helpers.c


--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/17370
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I6ed59e4b1a23625653be2647f271a5d993535800
Gerrit-Change-Number: 17370
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <lafo...@osmocom.org>
Gerrit-MessageType: newchange

Reply via email to