index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-08-24 08:12:55 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-08-24 08:12:55 +0200 |
commit | e80b0b96645b334540794b1f5482ac88d5a4fd44 (patch) | |
tree | 3991989b1480c41b31f47cd1688a3677e2527f94 | |
parent | 80fb3697219d7550a84134f31aef862f24b07887 (diff) |
-rw-r--r-- | extra/thunderbird/PKGBUILD | 4 |
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') |