Skip to content

Commit

Permalink
addpatch: redland 1.0.17-9
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <[email protected]>
  • Loading branch information
qyl27 authored and felixonmars committed Sep 17, 2024
1 parent 6e3e813 commit 815e6e7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions redland/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
--- PKGBUILD
+++ PKGBUILD
@@ -18,6 +18,14 @@ sha256sums=('de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681'
'9ddf9f7581f5194d73ad908f3b26354c70d3079a7a87c8add8a0d0e4c6974fec')
validpgpkeys=('F879F0DEDA780198DD08DC6443EC92504F71955A') # Dave Beckett

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

0 comments on commit 815e6e7

Please sign in to comment.