pkgsrc/www/bozohttpd/patches/patch-ab
mrg 346d3eaf38 update to bozohttpd 20140102. changes include:
o  update a few content types
        o  add support for directly calling lua scripts to handle
           processes, from mbalmer@netbsd.org
        o  properly escape generated HTML
        o  add authentication for redirections, from martin@netbsd.org
        o  handle chained ssl certifications, from elric@netbsd.org
        o  add basic support for gzipped files, from elric@netbsd.org
        o  properly escape generated URIs

XXX: could integrate this with lua, but left undone for now.
2014-01-02 09:02:22 +00:00

14 lines
365 B
Text

$NetBSD: patch-ab,v 1.20 2014/01/02 09:02:22 mrg Exp $
--- Makefile.boot.orig 2014-01-01 23:59:54.000000000 -0800
+++ Makefile.boot 2014-01-02 00:02:15.000000000 -0800
@@ -5,7 +5,9 @@
CC= cc
OPT= -O
+OPT=
LARGE_CFLAGS= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+LARGE_CFLAGS=
LOCAL_CFLAGS= -DNO_LUA_SUPPORT
CFLAGS= $(OPT) $(LARGE_CFLAGS) $(LOCAL_CFLAGS)