From b001e0804377004247763191587a356e0823bc4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E9=9B=A8=E8=90=BD?= Date: Tue, 1 Oct 2024 17:34:08 +0800 Subject: [PATCH] addpatch: netcf 0.7.4-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 秋雨落 --- netcf/riscv64.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 netcf/riscv64.patch diff --git a/netcf/riscv64.patch b/netcf/riscv64.patch new file mode 100644 index 000000000..29cbbed4c --- /dev/null +++ b/netcf/riscv64.patch @@ -0,0 +1,10 @@ +--- PKGBUILD ++++ PKGBUILD +@@ -16,6 +16,7 @@ prepare() { + cd $pkgname-$pkgver + # make gzip reproducible by not embedding timestamps + sed -i 's/gzip -f/gzip -nf'/ docs/Makefile.am docs/Makefile.in ++ autoreconf -fi + } + + build() {