Skip to content

Commit

Permalink
addpkg: ldproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
TinySnow authored and felixonmars committed Jan 17, 2023
1 parent b859991 commit 14d9a3f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ldproxy/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -19,7 +19,7 @@ b2sums=('d8571ddf5ab3684206e4802871aedea216f6edc978adcb80b7879e58aa01d564634ec65
prepare() {
cd "embuild-${pkgname}-v${pkgver}/${pkgname}"
cp ../../Cargo.lock ..
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ cargo fetch --locked
}

updlockfiles() {

0 comments on commit 14d9a3f

Please sign in to comment.