Harald Welte has submitted this change and it was merged.
Change subject: Makefile.am: fix missing LTLDFLAGS for libosmocoding
......................................................................
Makefile.am: fix missing LTLDFLAGS for libosmocoding
Despite the libosmocoding.map is preset since the library release,
one was not used in a proper way. The LTLDFLAGS were missing, so
let's add them.
Change-Id: Idf677825ff642d50bea43c7f970810783e864fdd
---
M configure.ac
M src/coding/Makefile.am
2 files changed, 2 insertions(+), 0 deletions(-)
Approvals:
Max: Looks good to me, but someone else must approve
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/configure.ac b/configure.ac
index 5821ad3..33c151e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,6 +51,7 @@
esac
AC_SUBST(LTLDFLAGS_OSMOGB)
AC_SUBST(LTLDFLAGS_OSMOGSM)
+AC_SUBST(LTLDFLAGS_OSMOCODING)
dnl checks for header files
AC_HEADER_STDC
diff --git a/src/coding/Makefile.am b/src/coding/Makefile.am
index 06e55e5..dcbbd8f 100644
--- a/src/coding/Makefile.am
+++ b/src/coding/Makefile.am
@@ -22,6 +22,7 @@
gsm0503_parity.c \
gsm0503_coding.c
libosmocoding_la_LDFLAGS = \
+ $(LTLDFLAGS_OSMOCODING) \
-version-info \
$(LIBVERSION) \
-no-undefined \
--
To view, visit https://gerrit.osmocom.org/3752
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Idf677825ff642d50bea43c7f970810783e864fdd
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <[email protected]>