Skip to content

Commit

Permalink
addpatch: rlog 1.4-10
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia committed Sep 9, 2024
1 parent b6cd2e3 commit 27ef8e6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--- PKGBUILD
+++ PKGBUILD
@@ -20,6 +20,10 @@ validpgpkeys=('C08708603F2AA745ECA0D3665A9DB4032EAF4D80') # Valient Gough <vgoug

build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
+ cp /usr/share/autoconf/build-aux/config.guess ./config/
+ cp /usr/share/autoconf/build-aux/config.sub ./config/
+
patch -Np1 -i "${srcdir}/${pkgname}-section.patch"
./configure --prefix=/usr
make

0 comments on commit 27ef8e6

Please sign in to comment.