Skip to content

Commit

Permalink
addpatch: mhash 0.9.9.9-6
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 authored and felixonmars committed Oct 1, 2024
1 parent 93781fc commit 813bb48
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mhash/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -13,6 +13,11 @@ depends=('glibc')
source=(https://downloads.sourceforge.net/sourceforge/mhash/${pkgname}-${pkgver}.tar.bz2)
sha512sums=('3b063d258cb0e7c2fa21ed30abae97bd6f3630ecd1cb4698afb826aa747555f3cf884828f24ac5e2b203730d0c7c0ecc9ef1e724ad9d85769a2f66128f3072eb')

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

0 comments on commit 813bb48

Please sign in to comment.