Skip to content

Commit

Permalink
addpatch: yubico-c 1.13-7
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 Sep 22, 2024
1 parent d0e4fe9 commit 2e82a78
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions yubico-c/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -17,6 +17,11 @@ source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgve
sha256sums=('04edd0eb09cb665a05d808c58e1985f25bb7c5254d2849f36a0658ffc51c3401'
'SKIP')

+prepare() {
+ cd "${_shortname}-${pkgver}"
+ autoreconf -fi
+}
+
build() {
cd "${_shortname}-${pkgver}"

0 comments on commit 2e82a78

Please sign in to comment.