summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Vincent2017-08-24 18:32:07 +0200
committerMaxime Vincent2017-08-24 18:32:07 +0200
commit4dedba9ba96cec35ba95c50e247b637c4cc34df0 (patch)
tree9c503fb0d0365b06fddec5c9b5db09fff28dfe9c
parentec1009434416af11fde079c752c74ec3de4b65fb (diff)
downloadaur-4dedba9ba96cec35ba95c50e247b637c4cc34df0.tar.gz
Use new configure option --enable-distro
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54b9a4b61b5f..1527e69f6c48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wolfssl
pkgdesc = A small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. (formerly CyaSSL)
pkgver = 3.12.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.wolfssl.com/
arch = i686
arch = x86_64
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
}