diff options
author | Christoph Lohmann <20h@r-36.net> | 2012-11-25 22:31:46 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2012-11-25 22:31:46 +0100 |
commit | 6cd54e4a3119bd201d95f5d67ffb4bfe28aac653 (patch) | |
tree | 6f36762e081398e5a30ce72020590e131bb86da1 /config.mk | |
parent | ad794e0f00f56065f4e8d7e4cd1e4b8873938993 (diff) | |
download | surf-6cd54e4a3119bd201d95f5d67ffb4bfe28aac653.tar.gz surf-6cd54e4a3119bd201d95f5d67ffb4bfe28aac653.tar.bz2 surf-6cd54e4a3119bd201d95f5d67ffb4bfe28aac653.zip |
Surf now can handle absolute file paths. This allows better local HTML
reading.
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${GTKLIB} -lgthread-2.0 \ -ljavascriptcoregtk-1.0 # flags -CPPFLAGS = -DVERSION=\"${VERSION}\" +CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -g ${LIBS} |