aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2011-12-19 16:52:48 +0100
committerConnor Lane Smith <cls@lubutu.com>2011-12-19 16:52:48 +0100
commit6664e4233faa3d6b677a24196e9af4ac5b1920fd (patch)
treea81d46c660dfe173c54ae802a9f3c9cacd6399b2 /config.mk
parent26c78cd95291d980f8978113cd6daa9841553c93 (diff)
parent6b1d658d1224cd108d64a6c340d47b66ad99816d (diff)
downloaddmenu-6664e4233faa3d6b677a24196e9af4ac5b1920fd.tar.zst
merge stest -> default
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index f66389d..87a87f9 100644
--- a/config.mk
+++ b/config.mk
@@ -17,7 +17,7 @@ INCS = -I${X11INC}
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}
# flags
-CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
+CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
CFLAGS = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}