From 0c20ef2606e78609d663aea7810fb2c6db8bba3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E9=9B=A8=E8=90=BD?= Date: Fri, 11 Oct 2024 10:34:59 +0800 Subject: [PATCH] addpatch: libfprint 1.94.8-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 秋雨落 --- libfprint/riscv64.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libfprint/riscv64.patch diff --git a/libfprint/riscv64.patch b/libfprint/riscv64.patch new file mode 100644 index 000000000..427f7da28 --- /dev/null +++ b/libfprint/riscv64.patch @@ -0,0 +1,11 @@ +--- PKGBUILD ++++ PKGBUILD +@@ -57,7 +57,7 @@ build() { + } + + check() { +- meson test -C build --print-errorlogs ++ meson test -C build --print-errorlogs --timeout-multiplier 0 + } + + package() {