Skip to content
Snippets Groups Projects
Commit c934609e authored by qiangxuhui's avatar qiangxuhui Committed by J0WI
Browse files

community/htmlq: fix build on loongarch64

Update libc to v0.2.155 to support loongarch64.
parent 935b7dde
No related branches found
No related tags found
1 merge request!66795community/htmlq: fix build on loongarch64
Pipeline #238681 skipped
......@@ -9,8 +9,7 @@ license="MIT"
arch="all"
makedepends="cargo cargo-auditable"
source="https://github.com/mgdm/htmlq/archive/v$pkgver/htmlq-$pkgver.tar.gz
update-libc.patch
"
update-libc.patch"
prepare() {
default_prepare
......@@ -31,5 +30,5 @@ package() {
sha512sums="
3cbb53b66ca894b17c95487fe33a11587449af1b0acd5fa9e804b046e15fdd50a997b5367d0b00c20dce2587cfdf9d15b75cdd97007082928228a53b2f12fde7 htmlq-0.4.0.tar.gz
df5f091b94629bc62372d48aa2c097a9d0ac80f829ee1cb1e2eb9bd7131a8851890b5701e71377d3fc609dbc31878307b59e808f5e46af8573b8fce285bb28f0 update-libc.patch
74abd6b4d0e0dc1dff3dc638621cf0c2bd72100f84aace70786be307d77e218f85ccf298cb4e8a280409a4dc1f5fb0f59f01b925df79c14f263298e9c10a461a update-libc.patch
"
required to build properly on riscv64
diff --git a/Cargo.lock b/Cargo.lock
index c7efe9b..2110c7a 100644
index c7efe9b..30394e3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -227,9 +227,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
......@@ -9,10 +7,10 @@ index c7efe9b..2110c7a 100644
[[package]]
name = "libc"
-version = "0.2.101"
+version = "0.2.149"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
+checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "log"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment