summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTom Harper <d.thomas.harper@gmail.com>2006-12-22 05:20:47 +0000
committerDiego Biurrun <diego@biurrun.de>2006-12-22 05:20:47 +0000
commit5e49e7628fc7551cdf993f6138c761cf3a8a7ca4 (patch)
tree0a5b1d5950bd527e2dbbe987cfed425265f0f2f0 /configure
parent56a059ac863af4f60c57243efd5e5a23f7dbcefc (diff)
Fix linking on Intel Mac due to local relocation entries in
non-writable sections. patch by Tom Harper d.thomas.harper gmail com Originally committed as revision 7354 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4a4daf669a..0fc412481e 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)"
+SHFLAGS="-dynamiclib -Wl,-single_module -Wl,-install_name,\$(shlibdir)/\$(SLIBNAME),-current_version,\$(SPPVERSION),-compatibility_version,\$(SPPVERSION) -read_only_relocs suppress"
VHOOKSHFLAGS='-dynamiclib -Wl,-single_module -flat_namespace -undefined suppress -Wl,-install_name,$(shlibdir)/vhook/$@'
extralibs=""
strip="strip -x"