Surf now can handle absolute file paths. This allows better local HTML

reading.
This commit is contained in:
Christoph Lohmann
2012-11-25 22:31:46 +01:00
parent ad794e0f00
commit 6cd54e4a31
2 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -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}