commit 5e6e00121e098d2da77dfecf1147ce7e4718f53f parent f458397d5aa9077988a00189899681f40fbb3582 Author: Connor Lane Smith <cls@lubutu.com> Date: Tue, 24 May 2011 19:09:50 +0100 no bsd macro Diffstat:
M | config.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk @@ -6,6 +6,6 @@ VERSION = 0.0 AR = ar -CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 +CPPFLAGS = -D_POSIX_C_SOURCE=200112L CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS) LDFLAGS = -s -static