mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
26e896195f
commit
868955a2eb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user