From 73aa0e5219d096bbb9d3c935f8d6dfb28e3ba303 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 16 Oct 2022 15:48:41 +0700 Subject: [PATCH] {gsm,gb}/Makefile.am: drop undefined $GCC_FVISIBILITY_HIDDEN Change-Id: I142cf38e8954720ed66b0c242a5527c96626dcaa --- src/gb/Makefile.am | 2 +- src/gsm/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gb/Makefile.am b/src/gb/Makefile.am index b0fcaa987..f3bbcfbf4 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 7e2949e8d..a3820d750 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