From cd7118ddd1a35ec1a5107bfdd3a53c347a986389 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 27 Jan 2021 20:51:55 +0100 Subject: extra/firefox: trying to build with rust148 --- extra/firefox/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index e975bef3..5a483a75 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -1,5 +1,5 @@ -# hotfix broken rust linking -makedepends+=(llvm10-libs) +# rust 1.49 has refused to rebuild for now, using rust148 for now +makedepends=("${makedepends[@]/rust/rust148}") # disable LTO as it has little benefit and uses too many resources # don't compile with clang, use gcc toolchain (clang has issues on IA32) -- cgit v1.2.3