changeset 235:9a0d2dfdab3f src

Allow -export-symbols-regex again. libtool from the gentoo dist handles -export-symbols-regex wrongly. Removing libtool-1.4.2-expsym-linux.patch from the ebuild fixes the issue.
author jcdutton
date Fri, 06 Feb 2004 23:45:15 +0000
parents fcda42e1ffaa
children 78ad883b5a9f
files Makefile.am
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Sun Feb 01 17:59:57 2004 +0000
+++ b/Makefile.am	Fri Feb 06 23:45:15 2004 +0000
@@ -21,7 +21,8 @@
 
 libdvdnav_la_LDFLAGS = \
 	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-        -no-undefined
+        -export-symbols-regex "(^dvdnav.*|^nav.*|^ifo.*|^DVD.*)"
+#        -no-undefined
 #  libtool 1.4.3 seems to be broken so -export-symbols-regex does not work. 
 #        -export-symbols-regex "(^dvdnav.*|^nav.*|^ifo.*|^DVD.*)"
 #	-release $(DVDNAV_MAJOR).$(DVDNAV_MINOR).$(DVDNAV_SUB)