summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-12-22 22:19:02 +0000
committerDiego Biurrun <diego@biurrun.de>2006-12-22 22:19:02 +0000
commit79cc11b3ec19cfa63553467015e6cbdb7895a603 (patch)
tree7c329e2d2d3aee7696234ed37b419c5969f9dec6
parentd32d303568eeda7a2dda7e07b9e0f89c86caa032 (diff)
slightly more consistency for the Darwin linker options
Originally committed as revision 7360 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 65b220d704..55d5392798 100755
--- a/configure
+++ b/configure
@@ -753,7 +753,7 @@ video4linux2="no"
audio_oss="no"
dv1394="no"
need_memalign="no"
-SHFLAGS="-dynamiclib -Wl,-single_module -Wl,-install_name,\$(shlibdir)/\$(SLIBNAME),-current_version,\$(SPPVERSION),-compatibility_version,\$(SPPVERSION) -read_only_relocs suppress"
+SHFLAGS="-dynamiclib -Wl,-single_module -Wl,-install_name,\$(shlibdir)/\$(SLIBNAME),-current_version,\$(SPPVERSION),-compatibility_version,\$(SPPVERSION) -Wl,-read_only_relocs,suppress"
VHOOKSHFLAGS='-dynamiclib -Wl,-single_module -flat_namespace -undefined suppress -Wl,-install_name,$(shlibdir)/vhook/$@'
extralibs=""
strip="strip -x"