summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-12-05 17:35:31 +0100
committerMartin Stransky <stransky@redhat.com>2018-12-05 17:35:31 +0100
commit9a9d4c676ddcca416ad1ee226af79d0103391f8f (patch)
tree5c85dddefd3269f276b16c068c395cadde189ac3
parentEnable elfhack on clang builds (diff)
downloadlibrewolf-fedora-ff-9a9d4c676ddcca416ad1ee226af79d0103391f8f.tar.gz
librewolf-fedora-ff-9a9d4c676ddcca416ad1ee226af79d0103391f8f.tar.bz2
librewolf-fedora-ff-9a9d4c676ddcca416ad1ee226af79d0103391f8f.zip
Disabled pipewire patch due to build failures
-rw-r--r--firefox.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 0984d54..3553c2a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -367,7 +367,8 @@ This package contains results of tests executed during build.
# Wayland specific upstream patches
%if 0%{?fedora} > 27
-%patch574 -p1 -b .firefox-pipewire
+# Temporary disabled due to build failures
+#%patch574 -p1 -b .firefox-pipewire
%endif
%patch581 -p1 -b .mozilla-1493081
%patch582 -p1 -b .mozilla-1504689
bgstack15