summaryrefslogtreecommitdiff
path: root/libre/icedove
diff options
context:
space:
mode:
Diffstat (limited to 'libre/icedove')
-rw-r--r--libre/icedove/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/libre/icedove/PKGBUILD b/libre/icedove/PKGBUILD
index ff06ce2e4..5f6899551 100644
--- a/libre/icedove/PKGBUILD
+++ b/libre/icedove/PKGBUILD
@@ -72,6 +72,10 @@ case "${CARCH}" in
armv7h)
makedepends=( ${makedepends[*]/wasi-*/} ) # armv7h has no wasi compiler
;;
+i686)
+ # currently fails to build for i686
+ # -> rustup: error while loading shared libraries: libLLVM-14.so: cannot open shared object file: No such file or directory
+ ;;
esac