summaryrefslogtreecommitdiff
path: root/libre/iceweasel
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-04-11 19:36:22 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2022-04-12 01:02:56 -0400
commit0c9201b8340208f0783cdd79a2a4587be1788497 (patch)
tree4b23d61b8589c7d08dbf95efd2483b43b9a133b9 /libre/iceweasel
parent276ae92ccf7fa1d013ff7f3b99980480759a65e2 (diff)
downloadabslibre-0c9201b8340208f0783cdd79a2a4587be1788497.tar.gz
abslibre-0c9201b8340208f0783cdd79a2a4587be1788497.tar.bz2
abslibre-0c9201b8340208f0783cdd79a2a4587be1788497.zip
[iceweasel]: i686 still FTBS
Diffstat (limited to 'libre/iceweasel')
-rw-r--r--libre/iceweasel/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 40d6f3cc9..b109cf7bc 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -74,10 +74,13 @@ makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
python-setuptools python-psutil python-zstandard lld dump_syms
wasi-compiler-rt wasi-libc wasi-libc++ wasi-libc++abi)
makedepends+=(quilt libxslt imagemagick git jq python-jsonschema)
-[[ "${CARCH}" == i686 ]] && makedepends=( ${makedepends[*]/jack/jack2} )
-[[ "${CARCH}" == i686 ]] && makedepends=( ${makedepends[*]/llvm/llvm12} )
-makedepends_i686=(gcc10) # cannot build i686 today - rust is unusable
-makedepends_i686+=(wasi-compiler-rt=12.0.1 wasi-libc++=12.0.1 wasi-libc++abi=12.0.1) # wasi-libc=???)
+# i686 FTBS - arch32 is aware of the problem
+# mozilla v98 and v99 require rust >= 1.57; but rust 1.57.0-1 is unusable
+# ERROR: Cannot compile for i686-pc-linux-gnu with /usr/bin/rustc
+#[[ "${CARCH}" == i686 ]] && makedepends=( ${makedepends[*]/jack/jack2} )
+#[[ "${CARCH}" == i686 ]] && makedepends=( ${makedepends[*]/llvm/llvm12} )
+#makedepends_i686=(gcc10)
+#makedepends_i686+=(wasi-compiler-rt=12.0.1 wasi-libc++=12.0.1 wasi-libc++abi=12.0.1) # wasi-libc=???)
optdepends=('networkmanager: Location detection via available WiFi networks'
'libnotify: Notification integration'
'pulseaudio: Audio support'