summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-07-28 00:04:16 +0200
committerinfirit <[email protected]>2014-07-28 00:22:46 +0200
commit9f344cb590b519815f43e39b2fe1950f2a24bf92 (patch)
treee97740f476e9f60a77ba7f8360118930edbd46e5
parente47c350e68cfcba4ebda141bdac0ace45aceac38 (diff)
downloadeom-9f344cb590b519815f43e39b2fe1950f2a24bf92.tar.bz2
eom-9f344cb590b519815f43e39b2fe1950f2a24bf92.tar.xz
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 <[email protected]>
-rw-r--r--src/Makefile.am4
1 files changed, 0 insertions, 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 \