diff options
author | Connor Lane Smith <cls@lubutu.com> | 2011-11-19 19:54:55 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2011-11-19 19:54:55 +0100 |
commit | bb4424df072332243890714b055e978a5c70adf3 (patch) | |
tree | 269b5219179f964d31c6f84d5019bb1479f81800 /config.mk | |
parent | 8ac44eb75a3e2190aa7b89548956b2de33c5a6ce (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} |