diff options
author | Martin Stransky <stransky@redhat.com> | 2017-09-27 16:39:43 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-09-27 16:39:43 +0200 |
commit | 36d2b8e6c8429f5317c7986817ea660aa7b53cee (patch) | |
tree | 20b8f71b6259ce79fd1bb03a931e661619706b3b /firefox.spec | |
parent | Merge branch 'master' into f26 (diff) | |
parent | Added stylo/nspr build patch and clang BuildReq (diff) | |
download | librewolf-fedora-ff-36d2b8e6c8429f5317c7986817ea660aa7b53cee.tar.gz librewolf-fedora-ff-36d2b8e6c8429f5317c7986817ea660aa7b53cee.tar.bz2 librewolf-fedora-ff-36d2b8e6c8429f5317c7986817ea660aa7b53cee.zip |
Merge branch 'master' into f26
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index c3b2500..27531ab 100644 --- a/firefox.spec +++ b/firefox.spec @@ -159,6 +159,7 @@ Patch410: mozilla-1321521.patch Patch411: mozilla-1321521-2.patch Patch412: mozilla-1337988.patch Patch413: mozilla-1353817.patch +Patch414: mozilla-1341234.patch # Debian patches Patch500: mozilla-440908.patch @@ -207,6 +208,7 @@ BuildRequires: pkgconfig(gconf-2.0) BuildRequires: yasm BuildRequires: llvm BuildRequires: llvm-devel +BuildRequires: clang BuildRequires: clang-libs Requires: mozilla-filesystem @@ -344,6 +346,7 @@ This package contains results of tests executed during build. %endif %endif %patch413 -p1 -b .1353817 +%patch414 -p1 -b .1341234 # Debian extension patch %patch500 -p1 -b .440908 |