Commit 2f162f57 authored by diego's avatar diego

Avoid "-z text" diversion on SunOS x86, needed to make FATE happy.

patch by Michael Kostylev, michael.kostylev gmail com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20373 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4639442f
...@@ -1880,6 +1880,7 @@ case $target_os in ...@@ -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__
;; ;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment