Skip to content

Commit

Permalink
addpatch: libftdi-compat 0.20-9
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <[email protected]>
  • Loading branch information
qyl27 committed Aug 20, 2024
1 parent 13e565f commit 2870175
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions libftdi-compat/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -14,6 +14,11 @@ sha512sums=('540e5eb201a65936c3dbabff70c251deba1615874b11ff27c5ca16c39d71c150cf6
'SKIP')
validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5') # Intra2net open source

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

0 comments on commit 2870175

Please sign in to comment.