View | Details | Raw Unified | Return to bug 227122 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 131-137 Link Here
131
HTTP_ADDITION_CONFIGURE_ON=	--with-http_addition_module
131
HTTP_ADDITION_CONFIGURE_ON=	--with-http_addition_module
132
HTTP_AUTH_REQ_CONFIGURE_ON=	--with-http_auth_request_module
132
HTTP_AUTH_REQ_CONFIGURE_ON=	--with-http_auth_request_module
133
HTTP_CACHE_CONFIGURE_OFF=	--without-http-cache
133
HTTP_CACHE_CONFIGURE_OFF=	--without-http-cache
134
HTTP_DAV_CONFIGURE_ARGS=	--with-http_dav_module
134
HTTP_DAV_CONFIGURE_ON=		--with-http_dav_module
135
HTTP_DAV_CONFIGURE_OFF=		--without-http_dav_module
135
HTTP_FLV_CONFIGURE_ON=		--with-http_flv_module
136
HTTP_FLV_CONFIGURE_ON=		--with-http_flv_module
136
HTTP_GEOIP_LIB_DEPENDS=		libGeoIP.so:net/GeoIP
137
HTTP_GEOIP_LIB_DEPENDS=		libGeoIP.so:net/GeoIP
137
HTTP_GEOIP_VARS=		DSO_BASEMODS+=http_geoip_module
138
HTTP_GEOIP_VARS=		DSO_BASEMODS+=http_geoip_module

Return to bug 227122