pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2da2ba
)
Newer libc want _DEFAULT_SOURCE.
author
Christoph Lohmann
<20h@r-36.net>
Sat, 17 Jan 2015 06:21:15 +0000
(07:21 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Sat, 17 Jan 2015 06:21:15 +0000
(07:21 +0100)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
b7a902f
..
e49fa24
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-18,7
+18,7
@@
INCS = -I. -I/usr/include -I${X11INC} ${GTKINC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0
# flags
-CPPFLAGS = -DVERSION=\"${VERSION}\" -D_
BSD
_SOURCE
+CPPFLAGS = -DVERSION=\"${VERSION}\" -D_
DEFAULT
_SOURCE
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -g ${LIBS}