summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 674f704..d055f73 100644
--- a/makefile
+++ b/makefile
@@ -13,6 +13,9 @@ obj+=\
libs:=\
luajit
+CFLAGS+=\
+ -D_GNU_SOURCE
+
CFLAGS+=$(shell pkg-config --cflags $(libs))
LDFLAGS+=$(shell pkg-config --libs $(libs))