fixing config.mk
authorEnno Boland (tox) <tox@s01.de>
Thu, 6 May 2010 11:06:50 +0000 (13:06 +0200)
committerEnno Boland (tox) <tox@s01.de>
Thu, 6 May 2010 11:06:50 +0000 (13:06 +0200)
config.mk

index ff7f604..47f427b 100644 (file)
--- 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}\"