Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-04-12 01:03:15 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-12 01:03:15 +0300
commit7bfe662c016ab935248528a5a9cdb6ef2be7176e (patch)
tree39430320da8ca3898cacf3f9def7d04a185a3c74
parent2f0d51da457794467adb14dad1e576b0b49863f0 (diff)
extra/sequoia-sq: Patch CARCH for rust
-rw-r--r--extra/sequoia-sq/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/sequoia-sq/PKGBUILD b/extra/sequoia-sq/PKGBUILD
new file mode 100644
index 00000000..3cdf97b9
--- /dev/null
+++ b/extra/sequoia-sq/PKGBUILD
@@ -0,0 +1,3 @@
+# eval "$(declare -f prepare | sed 's@rustc -vV@echo "host: i686-unknown-linux-gnu"@')"
+# Essentially apply https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-audit/-/commit/dd4c71adb934157153ec65bc0361fc6d30544158
+eval "$(declare -f prepare | sed 's@$CARCH-unknown-linux-gnu@$(rustc -vV | sed -n "s/host: //p")@')"