diff options
author | Timo Teräs <timo.teras@iki.fi> | 2011-04-11 18:11:13 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2011-04-11 18:11:13 +0300 |
commit | 82dc433e8bb52ae0f413a69ffc1e4aa201b54487 (patch) | |
tree | 6273f0524021659c0750cd690521ee9beca52aff /main/nginx | |
parent | 583354f6385c5ddde8072a101802b9c788daa3d5 (diff) | |
download | aports-82dc433e8bb52ae0f413a69ffc1e4aa201b54487.tar.bz2 aports-82dc433e8bb52ae0f413a69ffc1e4aa201b54487.tar.xz |
main/nginx: enable mail module
Diffstat (limited to 'main/nginx')
-rw-r--r-- | main/nginx/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD index ca5ac9827f..c188a76e26 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 } |