1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/firefox-esr/remove-faulty-libvpx-check.patch
Sören Tempel 21febb02a0 community/firefox-esr: upgrade to 78.0.1
Mostly copied from community/firefox since they are at the same version
now.
2020-07-11 12:24:53 +02:00

13 lines
523 B
Diff

--- a/toolkit/moz.configure.orig 2020-04-07 18:04:13.886159258 +0200
+++ b/toolkit/moz.configure 2020-04-07 18:04:37.905834036 +0200
@@ -1422,11 +1422,6 @@
"with system libvpx. Use --without-system-libvpx to build "
"with in-tree libvpx."))
- check_symbol('vpx_codec_dec_init_ver', flags=vpx.libs, onerror=lambda: die(
- "--with-system-libvpx requested but symbol vpx_codec_dec_init_ver "
- "not found"
- ))
-
set_config('MOZ_SYSTEM_LIBVPX', True)