diff options
| author | 2011-11-19 19:54:55 +0100 | |
|---|---|---|
| committer | 2011-11-19 19:54:55 +0100 | |
| commit | bb4424df072332243890714b055e978a5c70adf3 (patch) | |
| tree | 269b5219179f964d31c6f84d5019bb1479f81800 /config.mk | |
| parent | update manpage (diff) | |
replace lsx with stest
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |
