diff mbox

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

Message ID 1462268217-31545-1-git-send-email-martin@barkynet.com
State Accepted
Headers show

Commit Message

Martin Bark May 3, 2016, 9:36 a.m. UTC
Add the missing --with-mail configure option

Signed-off-by: Martin Bark <martin@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(+)

Comments

Thomas Petazzoni May 5, 2016, 8:54 p.m. UTC | #1
Hello,

On Tue,  3 May 2016 10:36:52 +0100, Martin Bark wrote:
> Add the missing --with-mail configure option
> 
> Signed-off-by: Martin Bark <martin@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(+)

Thanks, I've applied the entire series. On a few patches, I had to
rewrap the Config.in help text so that it fits in 72 characters before
applying.

Best regards,

Thomas
diff mbox

Patch

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