tfixing config.mk - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f9a411f22d413f01aecd553c3d5bc22a3e1e196e
 (DIR) parent 981e52d5a755f7a30fc59595ab84f9df05a84f01
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Thu,  6 May 2010 13:06:50 +0200
       
       fixing config.mk
       Diffstat:
         M config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.mk b/config.mk
       t@@ -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}\"