pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-gprs/+/31003 )
Change subject: sndcp: Fix missing dep link against libmath
......................................................................
sndcp: Fix missing dep link against libmath
It is already present in libosmo-gprs-sndcp.pc.in Libs.private, but it
was forgotten at compile time.
That makes it fail under some systems when linking against it (like jenkins):
/build/deps/install/stow/libosmo-gprs/lib/libosmo-gprs-sndcp.so: undefined reference to
`ceil'
Change-Id: Iba9629b323b50b28cc4c54cf35b2e39ee89bc192
---
M src/sndcp/Makefile.am
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/03/31003/1
diff --git a/src/sndcp/Makefile.am b/src/sndcp/Makefile.am
index 0395ef1..26ca24f 100644
--- a/src/sndcp/Makefile.am
+++ b/src/sndcp/Makefile.am
@@ -44,4 +44,5 @@
libosmo_gprs_sndcp_la_LIBADD = \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
+ -lm \
$(NULL)
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-gprs/+/31003
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: Iba9629b323b50b28cc4c54cf35b2e39ee89bc192
Gerrit-Change-Number: 31003
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange