X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bootstrap;h=d613e7c500245689014beb2d18cb23e3c97bc245;hb=60672abc1c666289ee98f13f3b5ef9ee22c1e05e;hp=9eadd2f46b3f0620083888f0ee96402001f8f7d4;hpb=9574d3b56183242c7cb3d9532e2ed2f5ca6cf10a;p=vlc diff --git a/bootstrap b/bootstrap index 9eadd2f46b..d613e7c500 100755 --- a/bootstrap +++ b/bootstrap @@ -35,7 +35,7 @@ ACLOCAL_ARGS="-I m4" # Check for contrib directory if test -d extras/contrib/bin; then - export PATH=./extras/contrib/bin:$PATH + export PATH="`pwd`/extras/contrib/bin:$PATH" if test -d extras/contrib/share/aclocal; then ACLOCAL_ARGS="${ACLOCAL_ARGS} -I extras/contrib/share/aclocal" fi @@ -374,7 +374,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)\$\$ + -export-symbol-regex ^\$(VLC_ENTRY)\$\$ -no-undefined lib${mod}_plugin_la_LIBADD = \$(LTLIBVLC) lib${mod}_a_SOURCES = \$(SOURCES_${mod})