diff options
| author | Christoph Lohmann <20h@r-36.net> | 2012-12-25 23:53:02 +0100 |
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2012-12-25 23:53:02 +0100 |
| commit | 0a5c7074888161e3a3c040c0cc027c3ededd02af (patch) | |
| tree | ba91b1947b1127491ef257f31125e64cdfa93d3a /config.mk | |
| parent | a7d7358a2cc159127989d835792535f2ca95c43a (diff) | |
| download | tabbed-0a5c7074888161e3a3c040c0cc027c3ededd02af.tar.gz | |
Fixing the compile warning for setenv.
Diffstat (limited to 'config.mk')
| -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}\" +CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} LDFLAGS = -g ${LIBS} |