fixeria has submitted this change. (
https://gerrit.osmocom.org/c/libosmocore/+/29764 )
Change subject: {gsm,gb}/Makefile.am: drop undefined $GCC_FVISIBILITY_HIDDEN
......................................................................
{gsm,gb}/Makefile.am: drop undefined $GCC_FVISIBILITY_HIDDEN
Change-Id: I142cf38e8954720ed66b0c242a5527c96626dcaa
---
M src/gb/Makefile.am
M src/gsm/Makefile.am
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
laforge: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/src/gb/Makefile.am b/src/gb/Makefile.am
index b0fcaa9..f3bbcfb 100644
--- a/src/gb/Makefile.am
+++ b/src/gb/Makefile.am
@@ -4,7 +4,7 @@
LIBVERSION=14:0:0
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
-AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} -fno-strict-aliasing \
+AM_CFLAGS = -Wall -fno-strict-aliasing \
$(TALLOC_CFLAGS) \
$(LIBMNL_CFLAGS) \
$(NULL)
diff --git a/src/gsm/Makefile.am b/src/gsm/Makefile.am
index 7e2949e..a3820d7 100644
--- a/src/gsm/Makefile.am
+++ b/src/gsm/Makefile.am
@@ -4,7 +4,7 @@
LIBVERSION=18:0:0
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(TALLOC_CFLAGS)
-AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN}
+AM_CFLAGS = -Wall
if ENABLE_PSEUDOTALLOC
AM_CPPFLAGS += -I$(top_srcdir)/src/pseudotalloc
--
To view, visit
https://gerrit.osmocom.org/c/libosmocore/+/29764
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I142cf38e8954720ed66b0c242a5527c96626dcaa
Gerrit-Change-Number: 29764
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged