diff options
author | Christoph Lohmann <20h@r-36.net> | 2015-01-25 10:52:10 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-01-25 10:52:10 +0100 |
commit | c2ce9be47170115a7fa301cc6e93da63847fb860 (patch) | |
tree | e43e2a44700070bc8659fad75cce4d7c73243c04 | |
parent | 74115f685f6b874b4e40874f4f3bd14d71df5e97 (diff) |
My libc wants _DEFAULT_SOURCE.
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ INCS = -I. -I/usr/include LIBS = -L/usr/lib -lc -lX11 # flags -CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE +CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} |