summaryrefslogtreecommitdiff
path: root/extra/firefox
diff options
context:
space:
mode:
Diffstat (limited to 'extra/firefox')
-rw-r--r--extra/firefox/PKGBUILD4
1 files 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)