From 82dc433e8bb52ae0f413a69ffc1e4aa201b54487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Mon, 11 Apr 2011 18:11:13 +0300 Subject: main/nginx: enable mail module --- main/nginx/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main/nginx') 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 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 } -- cgit v1.2.3