From 1c72bfb2cb00e8e677700643bdefadbb9509b496 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 4 Apr 2012 22:05:24 +0200 Subject: libosmogsm: Introduce explicit list of exported symbols There is now a "libosmogsm.map" file containing an explicit list of to-be-exported symbols. This should prevent us from leaking non-static symbols into the global namespace. A similar scheme should be adopted by all other osmocom libraries --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0fea115f..977eef9d 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,7 @@ AC_PROG_CC AC_PROG_INSTALL LT_INIT AC_PROG_LIBTOOL +CHECK_GCC_FVISIBILITY AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.3