[PATCH] libosmocore[master]: Makefile.am: fix missing LTLDFLAGS for libosmocoding

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Thu Aug 31 10:58:36 UTC 2017


Review at  https://gerrit.osmocom.org/3752

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(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/52/3752/1

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: newchange
Gerrit-Change-Id: Idf677825ff642d50bea43c7f970810783e864fdd
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>



More information about the gerrit-log mailing list