commit 7cfdc4949761a6cabfd6cdf3e3691513a1eed737
parent 756d38853959129d2d98e33cf18d15140ceb648c
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 5 Jul 2014 13:54:59 +0000
Makefile: explicitly define features
(not GNU_SOURCE)
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -Os -std=c99 -Wall -Wextra -pedantic -D_GNU_SOURCE
+CFLAGS = -Os -std=c99 -Wall -Wextra -pedantic -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE
LDFLAGS = -s -static
all: crond