main/nginx: enable mail module

This commit is contained in:
Timo Teräs 2011-04-11 18:11:13 +03:00
parent 583354f638
commit 82dc433e8b

View File

@ -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
}