Skip to content

Commit

Permalink
addpatch: libdbi 0.9.0-6
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 committed Oct 1, 2024
1 parent 93781fc commit 20afa2c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions libdbi/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -15,6 +15,11 @@ options=(!emptydirs)
source=("https://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz")
sha256sums=('dafb6cdca524c628df832b6dd0bf8fabceb103248edb21762c02d3068fca4503')

+prepare() {
+ cd $pkgname-$pkgver
+ autoreconf -fi
+}
+
build() {
cd $pkgbase-$pkgver
./configure --prefix=/usr

0 comments on commit 20afa2c

Please sign in to comment.