[SCM] libav/experimental: Avoid "-z text" diversion on SunOS x86, needed to make FATE happy. patch by Michael Kostylev, michael.kostylev gmail com

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:53:34 UTC 2013


The following commit has been merged in the experimental branch:
commit 0600d30ae471a0b70959bf2e476cff270bade8b1
Author: Michael Kostylev <michael.kostylev at gmail.com>
Date:   Mon Oct 26 10:18:35 2009 +0000

    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

diff --git a/configure b/configure
index af1fa13..b3d99a1 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__
         ;;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list