]> git.sesse.net Git - vlc/commitdiff
bootstrap: Attempt to fix Mac OS X build using libtool. Please review.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 19 Jul 2007 20:14:50 +0000 (20:14 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 19 Jul 2007 20:14:50 +0000 (20:14 +0000)
bootstrap

index c5f40ab37558d51a0c4d17e31ba47062216d5526..39fe1a323dacc725d19e041213853c33aef6166b 100755 (executable)
--- 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