aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-02-27 11:38:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-02-27 11:43:44 +0000
commita72328cf1812eef1fa313cc095826414b5b59939 (patch)
treed452fa0e65fe45ca1c06082cb4d7896bbabc4395
parent0d40326b80ef9111e6edaf82ef9b1dab9fbaa291 (diff)
downloadalpine_aports-a72328cf1812eef1fa313cc095826414b5b59939.tar.bz2
alpine_aports-a72328cf1812eef1fa313cc095826414b5b59939.tar.xz
alpine_aports-a72328cf1812eef1fa313cc095826414b5b59939.zip
community/firefox-esr: build with bundled libvpx due to 1.8.0
libvpx update to 1.8.0 broke firefox-esr upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
-rw-r--r--community/firefox-esr/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/firefox-esr/APKBUILD b/community/firefox-esr/APKBUILD
index 3e762164ed..b75e896b73 100644
--- a/community/firefox-esr/APKBUILD
+++ b/community/firefox-esr/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 2# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
3pkgname=firefox-esr 3pkgname=firefox-esr
4pkgver=60.5.0 4pkgver=60.5.0
5pkgrel=1 5pkgrel=2
6pkgdesc="Firefox web browser - Extended Support Release" 6pkgdesc="Firefox web browser - Extended Support Release"
7url="https://www.mozilla.org/en-US/firefox/organizations/" 7url="https://www.mozilla.org/en-US/firefox/organizations/"
8# limited by rust and cargo 8# limited by rust and cargo
@@ -31,7 +31,6 @@ makedepends="
31 libtheora-dev 31 libtheora-dev
32 libtool 32 libtool
33 libvorbis-dev 33 libvorbis-dev
34 libvpx-dev
35 libxt-dev 34 libxt-dev
36 libxcomposite-dev 35 libxcomposite-dev
37 llvm5-dev 36 llvm5-dev
@@ -147,7 +146,6 @@ build() {
147 --with-system-icu \ 146 --with-system-icu \
148 --with-system-jpeg \ 147 --with-system-jpeg \
149 --with-system-libevent \ 148 --with-system-libevent \
150 --with-system-libvpx \
151 --with-system-nspr \ 149 --with-system-nspr \
152 --with-system-nss \ 150 --with-system-nss \
153 --with-system-pixman \ 151 --with-system-pixman \
@@ -155,6 +153,8 @@ build() {
155 --with-system-zlib \ 153 --with-system-zlib \
156 --with-clang-path=/usr/bin/clang \ 154 --with-clang-path=/usr/bin/clang \
157 --with-libclang-path=/usr/lib 155 --with-libclang-path=/usr/lib
156 # FIXME: fix build with --with-system-libvpx and libvpx 1.8.0
157 # https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
158 make 158 make
159 159
160 # paxmark outside fakeroot 160 # paxmark outside fakeroot