From a8ce84efd49980c6d71ddaf511cf40be37e29eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E9=9B=A8=E8=90=BD?= Date: Sun, 22 Sep 2024 12:05:01 +0800 Subject: [PATCH] addpatch: yubico-c-client 2.15-6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 秋雨落 --- yubico-c-client/riscv64.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 yubico-c-client/riscv64.patch diff --git a/yubico-c-client/riscv64.patch b/yubico-c-client/riscv64.patch new file mode 100644 index 000000000..3e4e2a38f --- /dev/null +++ b/yubico-c-client/riscv64.patch @@ -0,0 +1,10 @@ +--- PKGBUILD ++++ PKGBUILD +@@ -23,6 +23,7 @@ prepare() { + cd "${_shortname}-${pkgver}" + + patch -Np1 < ../0001-https-ify-urls-and-drop-v1-selftest.patch ++ autoreconf -fi + } + + build() {