summaryrefslogtreecommitdiff
path: root/package/nginx
diff options
context:
space:
mode:
authorMartin Bark <martin@barkynet.com>2016-05-03 10:36:52 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-05 22:22:53 +0200
commit868955a2eb8feb1e4a302d954d8c9ddfd6fd198d (patch)
treea217d55904cd6ff6c1fc1242d4848f60e0abf08f /package/nginx
parent26e896195f2e10cb92b8d1969dcf5c48d6d94362 (diff)
package/nginx: fix mail modules not building
Add the missing --with-mail configure option Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nginx')
-rw-r--r--package/nginx/nginx.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/nginx/nginx.mk b/package/nginx/nginx.mk
index 7348e485e..f6bae7e0d 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