Skip to content

Commit

Permalink
addpatch: judy 1.0.5-8
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <[email protected]>
  • Loading branch information
qyl27 authored and felixonmars committed Aug 23, 2024
1 parent 6756fb8 commit 0e2411b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions judy/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -15,6 +15,11 @@ url='http://judy.sourceforge.net/'
source=("https://downloads.sourceforge.net/judy/Judy-${pkgver}.tar.gz")
sha512sums=('1a0d59b092c80d95270a3089cd25ee0ddad1d591101b03784e2e46dfc73bce445a7fb495b449043544a366c09b35b833556053bf3bf65dd00abbd786d26c6980')

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

0 comments on commit 0e2411b

Please sign in to comment.