uses _DEFAULT_SOURCE=1 for newer gcc
FossilOrigin-Name: 79982768addce5d6249fe39b7996dff085e8733b3c175cf55d5da2a07e6f383c
This commit is contained in:
parent
74c200b95c
commit
24c77f7573
@ -34,5 +34,5 @@ WITH_OPENSSL=1
|
||||
#
|
||||
LIBDIR=lib
|
||||
|
||||
CFLAGS := -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -pedantic -std=c90 -Wall
|
||||
CFLAGS := -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE=1 -pedantic -std=c90 -Wall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user