[farsight2/master] Only export fs_* symbols

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:21:25 PST 2008


---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2f2d114..f0ac06e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -325,7 +325,7 @@ AC_SUBST(FS2_ALL_LDFLAGS)
 dnl FS2_LIB_LDFLAGS
 dnl linker flags shared by all libraries
 dnl LDFLAGS modifier defining exported symbols from built libraries
-FS2_LIB_LDFLAGS="-export-symbols-regex [_]*\(fs_\|Fs\|FS_\).*"
+FS2_LIB_LDFLAGS="-export-symbols-regex fs_.*"
 AC_SUBST(FS2_LIB_LDFLAGS)
 
 dnl this really should only contain flags, not libs - they get added before
-- 
1.5.6.5




More information about the farsight-commits mailing list