projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26e8961
)
package/nginx: fix mail modules not building
author
Martin Bark
<martin@barkynet.com>
Tue, 3 May 2016 09:36:52 +0000
(10:36 +0100)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/package/nginx/nginx.mk
b/package/nginx/nginx.mk
index 7348e485ef41cef0cbcf5e748b695af95111e74d..f6bae7e0dbf2f123cd48f8c8b4f94e3e7ac8efca 100644
(file)
--- 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