summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Vincent2017-08-24 18:57:37 +0200
committerMaxime Vincent2017-08-24 18:57:37 +0200
commitde58df6060a5ad0aaa69c2e85a4e1a650bbc1abd (patch)
tree77f8504daa19dae57f14e27baebe489aa6e06872 /PKGBUILD
parent44b825170f3d210f3451a32a668378195d802118 (diff)
downloadaur-wolfssl-git.tar.gz
Use new configure option --enable-distro
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index caf1ea9c4d03..d2c1436476ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=wolfssl
pkgname=${_pkgname}-git
-pkgver=20160319.52215b3
-pkgrel=1
+pkgver=20170824.73b8be8f
+pkgrel=2
pkgdesc='A small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. (formerly CyaSSL) '
arch=(i686 x86_64)
license=(GPL)
@@ -23,7 +23,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
}