diff options
author | Roy Marples <roy@marples.name> | 2007-10-23 20:48:06 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-23 20:48:06 +0000 |
commit | f8842233889aa21a96f965298e5c7f91afc6c922 (patch) | |
tree | 850f78e9839d8a75d317098c46d621f5a268f43a /src/Makefile.Linux | |
parent | 0764a6cb460b5bc63f7037988013d86208fca6b4 (diff) |
Use -D_BSD_SOURCE -D_XOPEN_SOURCE=500 in place of -D_GNU_SOURCE
Diffstat (limited to 'src/Makefile.Linux')
-rw-r--r-- | src/Makefile.Linux | 2 |
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 |