OSDN Git Service

scons: Define _DEFAULT_SOURCE.
authorVinson Lee <vlee@freedesktop.org>
Sun, 1 Mar 2015 08:41:48 +0000 (00:41 -0800)
committerVinson Lee <vlee@freedesktop.org>
Wed, 4 Mar 2015 01:23:48 +0000 (17:23 -0800)
commitb77576edc1a8010e5457f82b41c335ae27cb066b
tree34e0bd2ecbddb35f6a1ebe03d7ee38910ee9c2c3
parente43729943e67972e547a19123fb3afca6b77202b
scons: Define _DEFAULT_SOURCE.

Fix GCC cpp warnings with glibc >= 2.19.

/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Acked-by: Emil Velikov <emil.l.velikov@gmail.com>
scons/gallium.py