summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-12-15 12:14:17 +0100
committerMartin Stransky <stransky@redhat.com>2020-12-15 12:14:17 +0100
commitc61a7166c631938fe976f4e48813aa8cf13271a2 (patch)
tree68a6e9be6441b079e2b9acf6d95486c8e6bdab08
parentRemove MOZ_ENABLE_WAYLAND=0 as it run Firefox on Wayland (diff)
downloadlibrewolf-fedora-ff-c61a7166c631938fe976f4e48813aa8cf13271a2.tar.gz
librewolf-fedora-ff-c61a7166c631938fe976f4e48813aa8cf13271a2.tar.bz2
librewolf-fedora-ff-c61a7166c631938fe976f4e48813aa8cf13271a2.zip
Disabled tests, mock build fixes
-rw-r--r--firefox-mozconfig2
-rw-r--r--firefox.spec2
2 files changed, 1 insertions, 3 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 0528687..48d07f7 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -11,8 +11,6 @@ ac_add_options --enable-av1
ac_add_options --without-system-icu
ac_add_options --enable-release
ac_add_options --update-channel=release
-# Workaround for mozbz#1341234
-ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)"
ac_add_options --allow-addon-sideload
ac_add_options --with-system-fdk-aac
ac_add_options --enable-js-shell
diff --git a/firefox.spec b/firefox.spec
index 8a917d1..124f527 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -3,7 +3,7 @@
%global debug_build 0
%global build_with_clang 0
%global build_with_asan 0
-%global run_firefox_tests 1
+%global run_firefox_tests 0
%global test_offscreen 1
%global test_on_wayland 0
%global create_debuginfo 1
bgstack15