commit be03ca65495c89c7784fec29f5f0d93ef51be2ad parent 25b5041bc0e63a508b3e2b8119f62ddd248c5d07 Author: Heikki Lindholm <holin@iki.fi> Date: Thu, 22 May 2008 06:37:38 +0000 replace extended regex Diffstat:
| M | src/plugins/Makefile-plugins.am | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/Makefile-plugins.am b/src/plugins/Makefile-plugins.am @@ -12,7 +12,7 @@ LIBS = \ if HAVE_GNU_LD makesymbolic=-Wl,-Bsymbolic endif -retaincommand=-export-symbols-regex "libextractor_[a-zA-Z0-9_]+_extract" +retaincommand=-export-symbols-regex "libextractor_[a-zA-Z0-9_]*_extract" PLUGINFLAGS = $(makesymbolic) -avoid-version -module -no-undefined