Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/thunderbird
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-08-24 08:12:55 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-08-24 08:12:55 +0200
commite80b0b96645b334540794b1f5482ac88d5a4fd44 (patch)
tree3991989b1480c41b31f47cd1688a3677e2527f94 /extra/thunderbird
parent80fb3697219d7550a84134f31aef862f24b07887 (diff)
extra/thundebird: use rust-bin instead of rust
Diffstat (limited to 'extra/thunderbird')
-rw-r--r--extra/thunderbird/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/thunderbird/PKGBUILD b/extra/thunderbird/PKGBUILD
index 33e3f300..590b3205 100644
--- a/extra/thunderbird/PKGBUILD
+++ b/extra/thunderbird/PKGBUILD
@@ -9,3 +9,7 @@ eval "$(
s/ac_add_options --enable-linker=gold/ac_add_options --enable-linker=bfd/
'
)"
+
+# use binary rust-bin instead of rust (till we can bootstrap rust on IA-32)
+makedepends=(${makedepends[@]//rust/})
+makedepends+=('rust-bin')