|
@@ -85,7 +85,6 @@ endif
|
|
|
|
|
|
# modules disabled or not activated because of missing dependencies:
|
|
# modules disabled or not activated because of missing dependencies:
|
|
# - google_perftools (googleperftools)
|
|
# - google_perftools (googleperftools)
|
|
-# - http_geoip_module (geoip)
|
|
|
|
# - http_perl_module (host-perl)
|
|
# - http_perl_module (host-perl)
|
|
# - pcre-jit (want to rebuild pcre)
|
|
# - pcre-jit (want to rebuild pcre)
|
|
|
|
|
|
@@ -134,6 +133,11 @@ NGINX_DEPENDENCIES += gd jpeg libpng
|
|
NGINX_CONF_OPTS += --with-http_image_filter_module
|
|
NGINX_CONF_OPTS += --with-http_image_filter_module
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_NGINX_HTTP_GEOIP_MODULE),y)
|
|
|
|
+NGINX_DEPENDENCIES += geoip
|
|
|
|
+NGINX_CONF_OPTS += --with-http_geoip_module
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_NGINX_HTTP_GUNZIP_MODULE),y)
|
|
ifeq ($(BR2_PACKAGE_NGINX_HTTP_GUNZIP_MODULE),y)
|
|
NGINX_DEPENDENCIES += zlib
|
|
NGINX_DEPENDENCIES += zlib
|
|
NGINX_CONF_OPTS += --with-http_gunzip_module
|
|
NGINX_CONF_OPTS += --with-http_gunzip_module
|