changeset 219:f4c5d4d3c831 src

Get libdvdnav to compile with libtool 1.4.3 We can put this back in when libtool is fixed.
author jcdutton
date Wed, 31 Dec 2003 21:38:49 +0000
parents c2d0cf87a5ee
children a4b525fd1df6
files Makefile.am
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \