Skip to content

Commit

Permalink
updpatch: expect 5.45.4-5
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt authored and felixonmars committed Sep 23, 2024
1 parent ca41fb5 commit 61bffa7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions expect/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
--- PKGBUILD
+++ PKGBUILD
@@ -17,6 +17,7 @@ sha256sums=('49a7da83b0bdd9f46d04a04deec19c7767bb9a323e40c4781f89caf760b92c34'
prepare() {
cd expect${pkgver}
patch -Np0 -i ${srcdir}/expect-5.45-format-security.patch
@@ -27,7 +27,7 @@ prepare() {
patch -Np1 -i ${srcdir}/expect-5.45.4-covscan-fixes.patch
patch -Np1 -i ${srcdir}/expect-configure-c99.patch

- autoreconf -i
+ autoreconf -fiv
}

Expand Down

0 comments on commit 61bffa7

Please sign in to comment.