Skip to content

Commit

Permalink
addpkg: open-isns
Browse files Browse the repository at this point in the history
  • Loading branch information
A1ca7raz committed Jun 24, 2023
1 parent d3b8d6d commit 334b9a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions open-isns/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/PKGBUILD b/PKGBUILD
index 6f04ac5..c4d0bfe 100644
--- PKGBUILD
+++ PKGBUILD
@@ -14,7 +14,8 @@ sha256sums=('9611344733c0cdf14395f60880950ea4c3c7d6b765565b6493ad3e1afbe216de')

build() {
cd "$srcdir"/${pkgname}-${pkgver}
-
+ cp /usr/share/autoconf/build-aux/config.guess aclocal/
+ cp /usr/share/autoconf/build-aux/config.sub aclocal/
./configure \
--prefix=/usr \
--bindir=/usr/bin \

0 comments on commit 334b9a0

Please sign in to comment.