summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2012-03-30 21:23:07 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2012-03-30 21:23:07 +0000
commit6ae3faccf0b499f74c6a3b76e405026ae974748a (patch)
treecc6edbe435f9af8bba892d4d642fdc0909a0938b
parent21db76e61c63f258332398ce4ca93ead4fcbbfc5 (diff)
downloadlibdom-6ae3faccf0b499f74c6a3b76e405026ae974748a.tar.gz
libdom-6ae3faccf0b499f74c6a3b76e405026ae974748a.tar.bz2
Remove _GNU_SOURCE
svn path=/trunk/libdom/; revision=13781
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a1b3675..8a1b447 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ endif
ifeq ($(TARGET),amiga)
CFLAGS := -U__STRICT_ANSI__ $(CFLAGS)
endif
-CFLAGS := -std=c99 -D_BSD_SOURCE -D_GNU_SOURCE -I$(CURDIR)/include/ \
+CFLAGS := -std=c99 -D_BSD_SOURCE -I$(CURDIR)/include/ \
-I$(CURDIR)/src -I$(CURDIR)/binding $(WARNFLAGS) $(CFLAGS)
# Parserutils & wapcaplet