commit 8f5cee61ab391f1bea8dc0252c3696fc5cd4e29a
parent 0ee744a6d80daaf1da631f870a121048456efdea
Author: Heikki Lindholm <holin@iki.fi>
Date: Mon, 19 May 2008 09:50:51 +0000
more portable way of hiding unwanted symbols
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/Makefile-plugins.am b/src/plugins/Makefile-plugins.am
@@ -11,8 +11,8 @@ LIBS = \
if HAVE_GNU_LD
makesymbolic=-Wl,-Bsymbolic
- retaincommand=-Wl,--retain-symbols-file -Wl,SYMBOLS
endif
+retaincommand=-export-symbols-regex "libextractor_[a-zA-Z0-9_]+_extract"
PLUGINFLAGS = $(makesymbolic) -avoid-version -module -no-undefined