From 9f344cb590b519815f43e39b2fe1950f2a24bf92 Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 28 Jul 2014 00:04:16 +0200 Subject: Remove unneeded export-symbols-regex libtool parameter The used regex seems to be broken and is causing trouble on BSD. Drop it as doesn't seem to have an effect on the symbol list anyway. Based on eog commit e48ca60f44fef3e61b11d1d75cd3569b3b622212 From Felix Riemann --- src/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 91002f9..9f17e3d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -179,8 +179,6 @@ libeom_la_LIBADD += \ $(top_builddir)/bindings/python/eom.la endif -libeom_la_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*" - eom_SOURCES = main.c eom_CFLAGS = \ @@ -198,8 +196,6 @@ eom_LDADD = \ $(screensaver_LIB) \ $(jpeg_LIB) -eom_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*" - BUILT_SOURCES = \ eom-enum-types.c \ eom-enum-types.h \ -- cgit v1.2.1