diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-27 13:51:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-27 13:51:28 +0000 |
commit | 89cf054a2da74a5c29c8f064e5b3b551b88218ba (patch) | |
tree | e3e13aeb413cd293f70448892e2641ec20cf637c /testing/firefox | |
parent | a72328cf1812eef1fa313cc095826414b5b59939 (diff) | |
download | aports-89cf054a2da74a5c29c8f064e5b3b551b88218ba.tar.bz2 aports-89cf054a2da74a5c29c8f064e5b3b551b88218ba.tar.xz |
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
Diffstat (limited to 'testing/firefox')
-rw-r--r-- | testing/firefox/APKBUILD | 6 |
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 pkgver=62.0.3 _pkgver=$pkgver _xulver=$pkgver -pkgrel=3 +pkgrel=4 pkgdesc="Firefox web browser" url="https://www.firefox.com/" # limited by rust and cargo @@ -34,7 +34,6 @@ makedepends=" libtheora-dev libtool libvorbis-dev - libvpx-dev libxt-dev libxcomposite-dev llvm5-dev @@ -131,7 +130,6 @@ build() { --with-system-icu \ --with-system-jpeg \ --with-system-libevent \ - --with-system-libvpx \ --with-system-nspr \ --with-system-nss \ --with-system-pixman \ @@ -139,6 +137,8 @@ build() { --with-system-zlib \ --with-clang-path=/usr/bin/clang \ --with-libclang-path=/usr/lib + # FIXME: fix build with --with-system-libvpx and libvpx 1.8.0 + # https://bugzilla.mozilla.org/show_bug.cgi?id=1525393 make # paxmark outside fakeroot |