index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/firefox/PKGBUILD | 3 |
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index 7c21b896..e975bef3 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -1,3 +1,6 @@ +# hotfix broken rust linking +makedepends+=(llvm10-libs) + # 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) |