Use -D_BSD_SOURCE -D_XOPEN_SOURCE=500 in place of -D_GNU_SOURCE
This commit is contained in:
parent
0764a6cb46
commit
f884223388
@ -1,2 +1,2 @@
|
||||
LDLIBS_RC += -ldl
|
||||
CPPFLAGS += -D_GNU_SOURCE
|
||||
CPPFLAGS += -D_BSD_SOURCE -D_XOPEN_SOURCE=500
|
||||
|
Loading…
Reference in New Issue
Block a user