]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/nginx: fix mail modules not building
authorMartin Bark <martin@barkynet.com>
Tue, 3 May 2016 09:36:52 +0000 (10:36 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 5 May 2016 20:22:53 +0000 (22:22 +0200)
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>
package/nginx/nginx.mk

index 7348e485ef41cef0cbcf5e748b695af95111e74d..f6bae7e0dbf2f123cd48f8c8b4f94e3e7ac8efca 100644 (file)
@@ -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