aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-02-27 13:51:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-02-27 13:51:28 +0000
commit89cf054a2da74a5c29c8f064e5b3b551b88218ba (patch)
treee3e13aeb413cd293f70448892e2641ec20cf637c
parenta72328cf1812eef1fa313cc095826414b5b59939 (diff)
downloadalpine_aports-89cf054a2da74a5c29c8f064e5b3b551b88218ba.tar.bz2
alpine_aports-89cf054a2da74a5c29c8f064e5b3b551b88218ba.tar.xz
alpine_aports-89cf054a2da74a5c29c8f064e5b3b551b88218ba.zip
testing/firefox: 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--testing/firefox/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD
index 573d720f74..0b55de089f 100644
--- a/testing/firefox/APKBUILD
+++ b/testing/firefox/APKBUILD
@@ -4,7 +4,7 @@ pkgname=firefox
4pkgver=62.0.3 4pkgver=62.0.3
5_pkgver=$pkgver 5_pkgver=$pkgver
6_xulver=$pkgver 6_xulver=$pkgver
7pkgrel=3 7pkgrel=4
8pkgdesc="Firefox web browser" 8pkgdesc="Firefox web browser"
9url="https://www.firefox.com/" 9url="https://www.firefox.com/"
10# limited by rust and cargo 10# limited by rust and cargo
@@ -34,7 +34,6 @@ makedepends="
34 libtheora-dev 34 libtheora-dev
35 libtool 35 libtool
36 libvorbis-dev 36 libvorbis-dev
37 libvpx-dev
38 libxt-dev 37 libxt-dev
39 libxcomposite-dev 38 libxcomposite-dev
40 llvm5-dev 39 llvm5-dev
@@ -131,7 +130,6 @@ build() {
131 --with-system-icu \ 130 --with-system-icu \
132 --with-system-jpeg \ 131 --with-system-jpeg \
133 --with-system-libevent \ 132 --with-system-libevent \
134 --with-system-libvpx \
135 --with-system-nspr \ 133 --with-system-nspr \
136 --with-system-nss \ 134 --with-system-nss \
137 --with-system-pixman \ 135 --with-system-pixman \
@@ -139,6 +137,8 @@ build() {
139 --with-system-zlib \ 137 --with-system-zlib \
140 --with-clang-path=/usr/bin/clang \ 138 --with-clang-path=/usr/bin/clang \
141 --with-libclang-path=/usr/lib 139 --with-libclang-path=/usr/lib
140 # FIXME: fix build with --with-system-libvpx and libvpx 1.8.0
141 # https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
142 make 142 make
143 143
144 # paxmark outside fakeroot 144 # paxmark outside fakeroot