summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZion Nimchuk2021-10-19 13:00:37 -0700
committerZion Nimchuk2021-10-19 13:00:37 -0700
commit30b7759e7be3d2e02450124fb3b73dbe1a3c6cb0 (patch)
treed46b94eb61929a854b5eb277ff1e8cc579c38987
parent849c7a827747cb037d676996425b74946dc8a743 (diff)
downloadaur-30b7759e7be3d2e02450124fb3b73dbe1a3c6cb0.tar.gz
Enable write duplication for compatibility with RPCS3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 814a1517d099..b6a75a9ef157 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wolfssl
pkgdesc = small, fast, portable implementation of TLS/SSL for embedded devices to the cloud (formerly CyaSSL)
pkgver = 4.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.wolfssl.com/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ca3fc346d0e1..f15d0632b9a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=wolfssl
pkgver=4.8.1
-pkgrel=1
+pkgrel=2
pkgdesc='small, fast, portable implementation of TLS/SSL for embedded devices to the cloud (formerly CyaSSL)'
arch=(i686 x86_64)
license=(GPL)
@@ -56,7 +56,8 @@ build() {
--enable-curve25519 \
--enable-ed25519 \
--enable-curve448 \
- --enable-ed448
+ --enable-ed448 \
+ --enable-writedup
make
}