summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Vincent2017-08-24 18:32:07 +0200
committerMaxime Vincent2017-08-24 18:32:07 +0200
commit4dedba9ba96cec35ba95c50e247b637c4cc34df0 (patch)
tree9c503fb0d0365b06fddec5c9b5db09fff28dfe9c /PKGBUILD
parentec1009434416af11fde079c752c74ec3de4b65fb (diff)
downloadaur-4dedba9ba96cec35ba95c50e247b637c4cc34df0.tar.gz
Use new configure option --enable-distro
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49398a95f538..be43d34bec37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wolfssl
pkgver=3.12.0
-pkgrel=2
+pkgrel=3
pkgdesc='A small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. (formerly CyaSSL) '
arch=(i686 x86_64)
license=(GPL)
@@ -18,7 +18,7 @@ build() {
--disable-fasthugemath --disable-bump \
--enable-opensslextra --enable-fortress \
--enable-keygen --enable-certgen \
- --disable-debug --disable-ntru --disable-examples
+ --disable-debug --disable-ntru --disable-examples --enable-distro
make
}