pespin has uploaded this change for review.

View Change

tests/Makefile.am: Remove -static flag

We are not using that flag anywhere else in osmocom, and we don't have
any specific need for it here, so remove it.

Change-Id: If77ed04a3b5e0d6057c1aefa37e45aff38bbeca5
---
M tests/parse/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-asn1-tcap refs/changes/37/41537/1
diff --git a/tests/parse/Makefile.am b/tests/parse/Makefile.am
index d464e2a..4a502b8 100644
--- a/tests/parse/Makefile.am
+++ b/tests/parse/Makefile.am
@@ -1,6 +1,6 @@
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_srcdir)/src
AM_CFLAGS = -Wall
-AM_LDFLAGS = -static -no-install
+AM_LDFLAGS = -no-install

LDADD = $(top_builddir)/src/libosmo-asn1-tcap.la


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

Gerrit-MessageType: newchange
Gerrit-Project: libosmo-asn1-tcap
Gerrit-Branch: master
Gerrit-Change-Id: If77ed04a3b5e0d6057c1aefa37e45aff38bbeca5
Gerrit-Change-Number: 41537
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>