From 07100d8b57b3af36d818fc9ce70c0d83d7411f01 Mon Sep 17 00:00:00 2001 From: xctan Date: Tue, 31 Oct 2023 15:05:49 +0800 Subject: [PATCH] addpatch: hashdeep Update config.{guess,sub}. Upstreamed to https://github.com/jessek/hashdeep/issues/414. --- hashdeep/riscv64.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hashdeep/riscv64.patch diff --git a/hashdeep/riscv64.patch b/hashdeep/riscv64.patch new file mode 100644 index 000000000..f6ec196d6 --- /dev/null +++ b/hashdeep/riscv64.patch @@ -0,0 +1,10 @@ +--- PKGBUILD ++++ PKGBUILD +@@ -17,6 +17,7 @@ sha256sums=('ad78d42142f9a74fe8ec0c61bc78d6588a528cbb9aede9440f50b6ff477f3a7f' + + prepare() { + cd "$pkgname-$pkgver" ++ autoreconf -fiv + + # Fix compilation with GCC 11 + patch --forward --strip=1 --input="$srcdir/hashdeep-4.4-fix-errors-found-by-clang.patch"