[Buildroot] [PATCH v2 1/6] package/nginx: fix mail modules not building

Martin Bark martin at barkynet.com
Tue May 3 09:36:52 UTC 2016


Add the missing --with-mail configure option

Signed-off-by: Martin Bark <martin at barkynet.com>

---
Changes v1 -> v2
 - new in v2. split from the patch to bump nginx to 1.10.0
   (suggested by Thomas Petazzoni)
---
 package/nginx/nginx.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/nginx/nginx.mk b/package/nginx/nginx.mk
index 7348e48..f6bae7e 100644
--- a/package/nginx/nginx.mk
+++ b/package/nginx/nginx.mk
@@ -193,6 +193,7 @@ endif # BR2_PACKAGE_NGINX_HTTP
 
 # mail modules
 ifeq ($(BR2_PACKAGE_NGINX_MAIL),y)
+NGINX_CONF_OPTS += --with-mail
 
 ifeq ($(BR2_PACKAGE_NGINX_MAIL_SSL_MODULE),y)
 NGINX_DEPENDENCIES += openssl
-- 
2.7.4



More information about the buildroot mailing list