# HG changeset patch # User jcdutton # Date 1072906729 0 # Node ID f4c5d4d3c831c0dfed60d08add4bebb169521268 # Parent c2d0cf87a5ee0bd2593f11759c10dc41ba393bfd Get libdvdnav to compile with libtool 1.4.3 We can put this back in when libtool is fixed. diff -r c2d0cf87a5ee -r f4c5d4d3c831 Makefile.am --- a/Makefile.am Wed Dec 31 21:37:16 2003 +0000 +++ b/Makefile.am Wed Dec 31 21:38:49 2003 +0000 @@ -13,7 +13,8 @@ libdvdnav_la_LDFLAGS = $(THREAD_LIBS) \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ - -export-symbols-regex "(^dvdnav.*|^nav.*|^ifo.*)" +# libtool 1.4.3 seems to be broken so -export-symbols-regex does not work. :-( +# -export-symbols-regex "(^dvdnav.*|^nav.*|^ifo.*)" # -release $(DVDNAV_MAJOR).$(DVDNAV_MINOR).$(DVDNAV_SUB) include_HEADERS = dvdnav.h dvdnav_events.h dvd_types.h \