Fix nginx http_geoip configure option.
There is no --without-http_geoip_module for the configure script, so we use vopt_if instead of vopt_with.
This commit is contained in:
parent
cb91ca4ed0
commit
d51f0ddbf7
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ do_configure() {
|
||||||
--with-http_realip_module \
|
--with-http_realip_module \
|
||||||
--with-http_ssl_module \
|
--with-http_ssl_module \
|
||||||
--with-http_stub_status_module \
|
--with-http_stub_status_module \
|
||||||
$(vopt_with geoip http_geoip_module)
|
$(vopt_if geoip --with-http_geoip_module)
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue