View | Details | Raw Unified | Return to bug 130179
Collapse All | Expand All

(-)/.amd_mnt/10.1.1.100/vol/home/admin/wens/www/apache22/Makefile (+5 lines)
Lines 63-68 Link Here
63
	SQLITE "Enable SQLite support for apr-dbd" Off \
63
	SQLITE "Enable SQLite support for apr-dbd" Off \
64
	IPV6 "Enable IPv6 support" On \
64
	IPV6 "Enable IPv6 support" On \
65
	BDB "Enable BerkeleyDB dbm" Off \
65
	BDB "Enable BerkeleyDB dbm" Off \
66
	PASS_AUTHORIZATION "Pass HTTP authorization header" Off \
66
        SVN "Enable Subversion support" Off
67
        SVN "Enable Subversion support" Off
67
.include "${APACHEDIR}/Makefile.options"
68
.include "${APACHEDIR}/Makefile.options"
68
.endif
69
.endif
Lines 174-179 Link Here
174
.   endif
175
.   endif
175
.endif
176
.endif
176
177
178
.if defined(WITH_PASS_AUTHORIZATION)
179
CFLAGS+=		-DSECURITY_HOLE_PASS_AUTHORIZATION
180
.endif
181
177
CONFIGURE_ARGS+=	--with-mpm=${WITH_MPM:L}
182
CONFIGURE_ARGS+=	--with-mpm=${WITH_MPM:L}
178
183
179
pre-everything::
184
pre-everything::
(-)/.amd_mnt/10.1.1.100/vol/home/admin/wens/www/apache22/Makefile.doc (+2 lines)
Lines 73-78 Link Here
73
##                                to "-O0 -g -ggdb3" or ${DEBUG_FLAGS} and
73
##                                to "-O0 -g -ggdb3" or ${DEBUG_FLAGS} and
74
##                                defines WITH_EXCEPTION_HOOK too)
74
##                                defines WITH_EXCEPTION_HOOK too)
75
##      WITH_EXCEPTION_HOOK:      Enable fatal exception hook
75
##      WITH_EXCEPTION_HOOK:      Enable fatal exception hook
76
##      WITH_PASS_AUTHORIZATION:  Passes the HTTP "Authorization" headers in
77
##                                the environment
76
##
78
##
77
##  Optionnal patches:  
79
##  Optionnal patches:  
78
##      WITH_EXPERIMENTAL_PATCHES Add performance patches (generally backported
80
##      WITH_EXPERIMENTAL_PATCHES Add performance patches (generally backported

Return to bug 130179