summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormrxx2019-05-23 13:14:41 +0200
committermrxx2019-05-23 13:14:41 +0200
commit95397ed318ca518d9e61d271d6de1219b586f3d4 (patch)
tree38e8ea84f9e3a61e5ad2025be02afd345038b9e7 /PKGBUILD
parent2c38ae28c8be4df41d84d1c4dec3a6de2be69513 (diff)
downloadaur-95397ed318ca518d9e61d271d6de1219b586f3d4.tar.gz
Add virtualchroot build option
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c91bd7de95c..de209452f7bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=pure-ftpd
pkgver=1.0.49
-pkgrel=2
+pkgrel=3
pkgdesc="A secure, production-quality and standard-conformant FTP server, focused on efficiency and ease of use."
arch=('i686' 'x86_64')
url="https://www.pureftpd.org/"
@@ -45,7 +45,8 @@ build() {
--with-peruserlimits \
--with-throttling \
--with-tls \
- --with-rfc2640
+ --with-rfc2640 \
+ --with-virtualchroot
make
}