# HG changeset patch # User jcdutton # Date 1076111115 0 # Node ID 9a0d2dfdab3f4711bd82659078b8e350fe6860a7 # Parent fcda42e1ffaae4bcc798f38475b329626308111f 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. diff -r fcda42e1ffaa -r 9a0d2dfdab3f Makefile.am --- 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)