summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkreon2015-08-25 11:56:10 +0300
committerkreon2015-08-25 11:56:10 +0300
commit0f7780e9d7b64672c75cbe739300aedc543e2d28 (patch)
tree40db4bfb531e1e44a39d929194cdbd7d684e34fd
parent148bf48c3da9748749569939806d505a3fc2c875 (diff)
downloadaur-0f7780e9d7b64672c75cbe739300aedc543e2d28.tar.gz
fixed
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cdc7872db452..94c5b22755ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ prepare() {
}
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --with-netfilter --with-bdb --without-spf
+ ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --with-netfilter --with-bdb --with-spf
make clean && make
}