From 79cc11b3ec19cfa63553467015e6cbdb7895a603 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 22 Dec 2006 22:19:02 +0000 Subject: slightly more consistency for the Darwin linker options Originally committed as revision 7360 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3