aboutsummaryrefslogtreecommitdiffstats
path: root/community/firefox/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2021-02-12 11:06:05 +0100
committerRasmus Thomsen <oss@cogitri.dev>2021-02-12 10:07:31 +0000
commit75f69f311416b4835a097c849c6070ae5ad15b92 (patch)
tree4ed49af7eaf91cb9031bf706616a2499031a97f8 /community/firefox/APKBUILD
parent5e155e9aeb2bc74d462a0fb47a087d50de193a71 (diff)
community/firefox: fix build with rust-1.50
Also disable smoosh, see https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/17486#note_141411
Diffstat (limited to 'community/firefox/APKBUILD')
-rw-r--r--community/firefox/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/firefox/APKBUILD b/community/firefox/APKBUILD
index 5fa35b0075b..79ceead3837 100644
--- a/community/firefox/APKBUILD
+++ b/community/firefox/APKBUILD
@@ -81,6 +81,7 @@ source="https://ftp.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkg
sandbox-largefile.patch
avoid-redefinition.patch
+ fix-rust-1.50-build.patch
"
subpackages="$pkgname-npapi"
@@ -340,7 +341,7 @@ build() {
--enable-official-branding \
--enable-optimize="$CFLAGS -O2" \
--enable-pulseaudio \
- --enable-smoosh \
+ --disable-smoosh \
--enable-system-ffi \
--enable-system-pixman \
\
@@ -431,4 +432,5 @@ f963fcdba7307a0b1712dfb95ceba4ab49f449f60e550bb69d15d50272e6df9add90862251ee561e
2518f2fc75b5db30058e0735f47d60fdf1e7adfaeee4b33fb2afb1bd9a616ce943fd88f4404d0802d4083703f4acf1d5ad42377218d025bc768807fbaf7e1609 sandbox-fork.patch
db26757b2ebf9f567962e32294b4ae48b3a5d0378a7589dfe650fe3a179ff58befbab5082981c68e1c25fb9e56b2db1e4e510d4bca17c3e3aedbf9a2f21806eb sandbox-sched_setscheduler.patch
b7d0a6126bdf6c0569f80aabf5b37ed2c7a35712eb8a0404a2d85381552f5555d4f97d213ea26cec6a45dc2785f22439376ed5f8e78b4fd664ef0223307b333e sandbox-largefile.patch
-b1cb2db3122634f66d2bae7066e76f2dcd455c464e021db4de3b0a08314df95cb667846081682db549dd2af8a00831cabe44a2420c66cdfb5e3b5fa7e6bd21d3 avoid-redefinition.patch"
+b1cb2db3122634f66d2bae7066e76f2dcd455c464e021db4de3b0a08314df95cb667846081682db549dd2af8a00831cabe44a2420c66cdfb5e3b5fa7e6bd21d3 avoid-redefinition.patch
+82ab4acd3a91828f5b6b62cfbb464c3d4887913c3522b4381e08eaf96a5da6e9e35a97a584500cfae84f397a190d0c8e4523b97837a2fce2f13d71abbcf5b1e1 fix-rust-1.50-build.patch"