summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-02-05 09:40:40 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-02-05 09:40:40 +0100
commit88cea12ad17b30f5b3365e1d5994c4400dac9d3a (patch)
treef99152e9e8dce7fa3d3ee9841bb5043a084e0eae
parente7e94cb0a081e5792ee9b120cfa0dbe28ad54262 (diff)
downloadpackages-88cea12ad17b30f5b3365e1d5994c4400dac9d3a.tar.xz
extra/firefox: build against rust not rust148
-rw-r--r--extra/firefox/PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD
index 5a483a75..7c21b896 100644
--- a/extra/firefox/PKGBUILD
+++ b/extra/firefox/PKGBUILD
@@ -1,6 +1,3 @@
-# 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)
# disable SIMD (SSE2 for i686)