summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2011-04-11 18:11:13 +0300
committerTimo Teräs <timo.teras@iki.fi>2011-04-11 18:11:13 +0300
commit82dc433e8bb52ae0f413a69ffc1e4aa201b54487 (patch)
tree6273f0524021659c0750cd690521ee9beca52aff
parent583354f6385c5ddde8072a101802b9c788daa3d5 (diff)
downloadaports-82dc433e8bb52ae0f413a69ffc1e4aa201b54487.tar.bz2
aports-82dc433e8bb52ae0f413a69ffc1e4aa201b54487.tar.xz
main/nginx: enable mail module
-rw-r--r--main/nginx/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD
index ca5ac982..c188a76e 100644
--- a/main/nginx/APKBUILD
+++ b/main/nginx/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Cameron Banta <cbanta@gmail.com>
pkgname=nginx
pkgver=0.8.54
-pkgrel=0
+pkgrel=1
pkgdesc="nginx [engine x] is a HTTP and reverse proxy server"
url="http://www.nginx.org"
arch="all"
@@ -39,6 +39,8 @@ build() {
--http-client-body-temp-path=/tmp/$pkgname/client-body \
--http-proxy-temp-path=/tmp/$pkgname/proxy \
--http-fastcgi-temp-path=/tmp/$pkgname/fastcgi \
+ --with-mail \
+ --with-mail_ssl_module \
|| return 1
make || return 1
}