Switch to _GNU_SOURCE on Linux
No reason to care about Posix in particular, and it causes problems.
This commit is contained in:
parent
2950e6ae5b
commit
acc5c4c5e2
|
@ -20,7 +20,7 @@ haiku)
|
||||||
;;
|
;;
|
||||||
linux)
|
linux)
|
||||||
default_cc="gcc"
|
default_cc="gcc"
|
||||||
CFLAGS="$CFLAGS -D _XOPEN_SOURCE"
|
CFLAGS="$CFLAGS -D _GNU_SOURCE"
|
||||||
;;
|
;;
|
||||||
netbsd)
|
netbsd)
|
||||||
default_cc="gcc"
|
default_cc="gcc"
|
||||||
|
|
Loading…
Reference in New Issue