pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d2175f
)
config.mk: fix _XOPEN_SOURCE=700 for getline()
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 27 Sep 2015 20:55:21 +0000
(22:55 +0200)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 27 Sep 2015 20:55:21 +0000
(22:55 +0200)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
7b08bf1
..
ea23da4
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-23,7
+23,7
@@
INCS = -I${X11INC} -I${FREETYPEINC}
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
# flags
-CPPFLAGS = -D_BSD_SOURCE -D_XOPEN_SOURCE=
5
00 -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
+CPPFLAGS = -D_BSD_SOURCE -D_XOPEN_SOURCE=
7
00 -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
CFLAGS = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}