From d51f0ddbf7347ebd6130cf1f714189d4cebb807a Mon Sep 17 00:00:00 2001 From: "William E. Skeith" Date: Wed, 2 Jan 2019 00:27:39 -0500 Subject: [PATCH] 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. --- srcpkgs/nginx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nginx/template b/srcpkgs/nginx/template index 6e0f2daa4e5..9cbcdbd6a70 100644 --- a/srcpkgs/nginx/template +++ b/srcpkgs/nginx/template @@ -68,7 +68,7 @@ do_configure() { --with-http_realip_module \ --with-http_ssl_module \ --with-http_stub_status_module \ - $(vopt_with geoip http_geoip_module) + $(vopt_if geoip --with-http_geoip_module) if [ "$CROSS_BUILD" ]; then case "$XBPS_TARGET_MACHINE" in