diff options
-rw-r--r-- | extra/thunderbird/PKGBUILD | 4 |
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') |