[FFmpeg-cvslog] r20373 - trunk/configure
diego
subversion
Mon Oct 26 11:18:36 CET 2009
Author: diego
Date: Mon Oct 26 11:18:35 2009
New Revision: 20373
Log:
Avoid "-z text" diversion on SunOS x86, needed to make FATE happy.
patch by Michael Kostylev, michael.kostylev gmail com
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Oct 25 22:06:00 2009 (r20372)
+++ trunk/configure Mon Oct 26 11:18:35 2009 (r20373)
@@ -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__
;;
More information about the ffmpeg-cvslog
mailing list