diff options
author | Enno Boland (tox) <tox@s01.de> | 2010-05-06 13:06:50 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2010-05-06 13:06:50 +0200 |
commit | f9a411f22d413f01aecd553c3d5bc22a3e1e196e (patch) | |
tree | b85c45c6095911620792f844c11bd6226adea337 | |
parent | 981e52d5a755f7a30fc59595ab84f9df05a84f01 (diff) | |
download | surf-f9a411f22d413f01aecd553c3d5bc22a3e1e196e.tar.gz surf-f9a411f22d413f01aecd553c3d5bc22a3e1e196e.tar.bz2 surf-f9a411f22d413f01aecd553c3d5bc22a3e1e196e.zip |
fixing config.mk
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -LDFLAGS = -g ${LIBS} -static +LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" |