diff options
author | Sean McGovern <gseanmcg@gmail.com> | 2012-05-09 02:13:15 -0400 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-05-10 00:01:44 +0200 |
commit | 779222dbfe19ebe731dcdff460e1b1807b9285a7 (patch) | |
tree | cea678d91a7acc98e9e9cb20a8ac4c30eafe9d12 /configure | |
parent | 8ae19143277e8c740e1cdeb280cfdf4c47a3eb23 (diff) | |
download | ffmpeg-779222dbfe19ebe731dcdff460e1b1807b9285a7.tar.gz |
configure: Add _XOPEN_SOURCE=600 to Solaris preprocessor flags.
This is needed to expose some networking APIs.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2452,7 +2452,7 @@ case $target_os in SHFLAGS='-shared -Wl,-h,$$(@F)' enabled x86 && SHFLAGS="-mimpure-text $SHFLAGS" network_extralibs="-lsocket -lnsl" - add_cppflags -D__EXTENSIONS__ + add_cppflags -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 # When using suncc to build, the Solaris linker will mark # an executable with each instruction set encountered by # the Solaris assembler. As our libraries contain their own |