forked from FFmpeg/FFmpeg
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:
parent
8fdb01c10e
commit
0600d30ae4
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -1880,6 +1880,7 @@ case $target_os in
|
||||||
sunos)
|
sunos)
|
||||||
FFSERVERLDFLAGS=""
|
FFSERVERLDFLAGS=""
|
||||||
SHFLAGS='-shared -Wl,-h,$$(@F)'
|
SHFLAGS='-shared -Wl,-h,$$(@F)'
|
||||||
|
enabled x86 && SHFLAGS="-mimpure-text $SHFLAGS"
|
||||||
network_extralibs="-lsocket -lnsl"
|
network_extralibs="-lsocket -lnsl"
|
||||||
add_cppflags -D__EXTENSIONS__
|
add_cppflags -D__EXTENSIONS__
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue