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
This commit is contained in:
Michael Kostylev 2009-10-26 10:18:35 +00:00 committed by Diego Biurrun
parent 8fdb01c10e
commit 0600d30ae4
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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__
;;