mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/havn: fix build on loongarch64
Update libc to v0.2.155 to support loongarch64.
This commit is contained in:
parent
7824e4472b
commit
1a66e45442
@ -12,7 +12,8 @@ makedepends="
|
||||
cargo
|
||||
cargo-auditable
|
||||
"
|
||||
source="https://github.com/mrjackwills/havn/archive/v$pkgver/havn-$pkgver.tar.gz"
|
||||
source="https://github.com/mrjackwills/havn/archive/v$pkgver/havn-$pkgver.tar.gz
|
||||
cargo-update.patch"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
@ -40,4 +41,5 @@ package() {
|
||||
|
||||
sha512sums="
|
||||
5f9b44e3f36d5ad14863e919819822671151a39dcf6b2a8a40ab589326e8a890be4161d9b60ebfbc2e4a17a72be41175522d8793e252bbe990ad15c2c2e88617 havn-0.1.10.tar.gz
|
||||
c5411db2dd15f948fcb698d2880f517901798d3a107007d511a33be0cbaac7e106d05d669dcb64b2db427ffb2278d29b3f9f236a4f3330ce569c960db52fa4de cargo-update.patch
|
||||
"
|
||||
|
16
community/havn/cargo-update.patch
Normal file
16
community/havn/cargo-update.patch
Normal file
@ -0,0 +1,16 @@
|
||||
diff --git a/Cargo.lock b/Cargo.lock
|
||||
index 3a45b8a..e7d8212 100644
|
||||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -481,9 +481,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
-version = "0.2.153"
|
||||
+version = "0.2.155"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
-checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
||||
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
||||
|
||||
[[package]]
|
||||
name = "lock_api"
|
Loading…
Reference in New Issue
Block a user