aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.Linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.Linux b/src/Makefile.Linux
index ca852f15..d15c968e 100644
--- a/src/Makefile.Linux
+++ b/src/Makefile.Linux
@@ -1,2 +1,2 @@
LDLIBS_RC += -ldl
-CPPFLAGS += -D_GNU_SOURCE
+CPPFLAGS += -D_BSD_SOURCE -D_XOPEN_SOURCE=500