From 28e7211017c93c1b1e14363f6eb89ed4f3b96f80 Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Tue, 30 May 2017 18:59:30 +0300 Subject: [PATCH] nginx: drop most modules --- components/web/nginx/Makefile | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/components/web/nginx/Makefile b/components/web/nginx/Makefile index 800d501b3..e2f004954 100644 --- a/components/web/nginx/Makefile +++ b/components/web/nginx/Makefile @@ -42,24 +42,7 @@ CONFIGURE_OPTIONS += --user=webservd CONFIGURE_OPTIONS += --group=webservd CONFIGURE_OPTIONS += --with-http_ssl_module -CONFIGURE_OPTIONS += --with-http_addition_module -CONFIGURE_OPTIONS += --with-http_sub_module -CONFIGURE_OPTIONS += --with-http_dav_module -CONFIGURE_OPTIONS += --with-http_flv_module -CONFIGURE_OPTIONS += --with-http_mp4_module -CONFIGURE_OPTIONS += --with-http_gzip_static_module -CONFIGURE_OPTIONS += --with-http_geoip_module -CONFIGURE_OPTIONS += --with-http_realip_module -CONFIGURE_OPTIONS += --with-http_secure_link_module -CONFIGURE_OPTIONS += --with-http_v2_module -CONFIGURE_OPTIONS += --with-http_stub_status_module -CONFIGURE_OPTIONS += --with-http_xslt_module -CONFIGURE_OPTIONS += --with-stream -CONFIGURE_OPTIONS += --with-stream_ssl_module -CONFIGURE_OPTIONS += --with-mail -CONFIGURE_OPTIONS += --with-mail_ssl_module CONFIGURE_OPTIONS += --with-ipv6 -CONFIGURE_OPTIONS += --with-threads COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D)) COMPONENT_POST_INSTALL_ACTION+= \ @@ -69,10 +52,6 @@ build: $(BUILD_32_and_64) install: $(INSTALL_32_and_64) -REQUIRED_PACKAGES += database/geoip -REQUIRED_PACKAGES += library/libxml2 -REQUIRED_PACKAGES += library/libxslt -REQUIRED_PACKAGES += library/pcre REQUIRED_PACKAGES += library/security/openssl REQUIRED_PACKAGES += library/zlib REQUIRED_PACKAGES += SUNWcs -- 2.11.4.GIT