summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2010-05-06 13:06:50 +0200
committerEnno Boland (tox) <tox@s01.de>2010-05-06 13:06:50 +0200
commitf9a411f22d413f01aecd553c3d5bc22a3e1e196e (patch)
treeb85c45c6095911620792f844c11bd6226adea337 /config.mk
parent981e52d5a755f7a30fc59595ab84f9df05a84f01 (diff)
downloadsurf-f9a411f22d413f01aecd553c3d5bc22a3e1e196e.tar.gz
surf-f9a411f22d413f01aecd553c3d5bc22a3e1e196e.tar.bz2
surf-f9a411f22d413f01aecd553c3d5bc22a3e1e196e.zip
fixing config.mk
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index ff7f604..47f427b 100644
--- a/config.mk
+++ b/config.mk
@@ -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}\"