No need for the GNU_SOURCE flag.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 13 Oct 2008 19:34:36 +0000 (21:34 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 13 Oct 2008 19:34:36 +0000 (21:34 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
mk/common.mk

index 12e943b..5702837 100644 (file)
@@ -2,7 +2,7 @@ include ../mk/cflags.mk
 
 prefix ?= /usr/local
 LDFLAGS += -Wl,--warn-common
-CFLAGS  += --std=gnu99 -D_GNU_SOURCE -I../ -I../common
+CFLAGS  += --std=gnu99 -I../ -I../common
 
 INSTALL_PROGS = $(addprefix install-,$(PROGRAMS))