[MPlayer-cvslog] r35993 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Mar 17 23:20:55 CET 2013
Author: diego
Date: Sun Mar 17 23:20:54 2013
New Revision: 35993
Log:
build: Add "-D_XOPEN_SOURCE=600 -I." to HOSTCFLAGS.
These flags are required to build some of the host tools.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Mar 17 23:20:52 2013 (r35992)
+++ trunk/configure Sun Mar 17 23:20:54 2013 (r35993)
@@ -8494,7 +8494,7 @@ CONFIG_SWRESAMPLE = $ffmpeg_a
ASFLAGS = \$(CFLAGS)
AS_DEPFLAGS= $DEPFLAGS
HOSTCC = \$(HOST_CC)
-HOSTCFLAGS = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -O3
+HOSTCFLAGS = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -I. -O3
HOSTLIBS = -lm
AS_O = -o \$@
CC_O = -o \$@
More information about the MPlayer-cvslog
mailing list