From 14b5b5ff59b7f8cd78b357c3136c8cc8b2b67f32 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Thu, 19 Jul 2007 20:14:50 +0000 Subject: [PATCH] bootstrap: Attempt to fix Mac OS X build using libtool. Please review. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index c5f40ab375..39fe1a323d 100755 --- a/bootstrap +++ b/bootstrap @@ -351,7 +351,7 @@ lib${mod}_plugin_la_CXXFLAGS = \`\$(VLC_CONFIG) --cxxflags plugin ${mod}\` lib${mod}_plugin_la_OBJCFLAGS = \`\$(VLC_CONFIG) --objcflags plugin ${mod}\` lib${mod}_plugin_la_LDFLAGS = \`\$(VLC_CONFIG) --libs plugin ${mod}\` \\ -rpath '\$(libvlcdir)' -avoid-version -module -shrext \$(LIBEXT) \\ - -export-symbol-regex ^\$(VLC_ENTRY)\$\$ -no-undefined + -export-symbol-regex ^\$(VLC_ENTRY)\$\$ -no-undefined \$(LIBADD) EOF done done -- 2.39.2