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

(-)Makefile (+4 lines)
Lines 55-65 Link Here
55
.else
55
.else
56
.if defined(WITH_APACHE2)
56
.if defined(WITH_APACHE2)
57
CONFIGURE_ARGS=	--with-apxs2=${PREFIX}/sbin/apxs \
57
CONFIGURE_ARGS=	--with-apxs2=${PREFIX}/sbin/apxs \
58
		--enable-track-vars \
59
		--enable-force-cgi-redirect \
58
		--with-tsrm-pth
60
		--with-tsrm-pth
59
PLIST_SUB=	MOD_DIR=libexec/apache2 \
61
PLIST_SUB=	MOD_DIR=libexec/apache2 \
60
		NON=
62
		NON=
61
.else
63
.else
62
CONFIGURE_ARGS=	--with-apxs=${PREFIX}/sbin/apxs \
64
CONFIGURE_ARGS=	--with-apxs=${PREFIX}/sbin/apxs \
65
		--enable-track-vars \
66
		--enable-force-cgi-redirect
63
PLIST_SUB=	MOD_DIR=libexec/apache \
67
PLIST_SUB=	MOD_DIR=libexec/apache \
64
		NON=non-
68
		NON=non-
65
.endif
69
.endif

Return to bug 41045