summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Kostylev <michael.kostylev@gmail.com>2009-10-26 10:18:35 +0000
committerDiego Biurrun <diego@biurrun.de>2009-10-26 10:18:35 +0000
commit0600d30ae471a0b70959bf2e476cff270bade8b1 (patch)
tree45bb8383a2e8a6a25a740b5af240aab1b615149a /configure
parent8fdb01c10ea72b931100f1d10279f9337f014497 (diff)
Avoid "-z text" diversion on SunOS x86, needed to make FATE happy.
patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 20373 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index af1fa13e86..b3d99a135b 100755
--- a/configure
+++ b/configure
@@ -1880,6 +1880,7 @@ case $target_os in
sunos)
FFSERVERLDFLAGS=""
SHFLAGS='-shared -Wl,-h,$$(@F)'
+ enabled x86 && SHFLAGS="-mimpure-text $SHFLAGS"
network_extralibs="-lsocket -lnsl"
add_cppflags -D__EXTENSIONS__
;;