diff options
author | Martin Stransky <stransky@redhat.com> | 2018-12-05 17:35:31 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-12-05 17:35:31 +0100 |
commit | 9a9d4c676ddcca416ad1ee226af79d0103391f8f (patch) | |
tree | 5c85dddefd3269f276b16c068c395cadde189ac3 | |
parent | Enable elfhack on clang builds (diff) | |
download | librewolf-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.spec | 3 |
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 |