pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-asn1-tcap/+/41537?usp=email )
Change subject: tests/Makefile.am: Remove -static flag ......................................................................
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(-)
Approvals: Jenkins Builder: Verified daniel: Looks good to me, but someone else must approve osmith: Looks good to me, approved
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