mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/nginx: enable mail module
This commit is contained in:
parent
583354f638
commit
82dc433e8b
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user