diff options
author | Martin Stransky <stransky@redhat.com> | 2017-06-08 15:13:41 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-06-08 15:13:41 +0200 |
commit | 11dd0aa0f27026d708ff20954ee30d69cc334067 (patch) | |
tree | 9792c2f4d677a0db2a648187135215ef39d24b4a /firefox.spec | |
parent | Removed disable-rust option as is not supported any more (diff) | |
download | librewolf-fedora-ff-11dd0aa0f27026d708ff20954ee30d69cc334067.tar.gz librewolf-fedora-ff-11dd0aa0f27026d708ff20954ee30d69cc334067.tar.bz2 librewolf-fedora-ff-11dd0aa0f27026d708ff20954ee30d69cc334067.zip |
Added build fix, remove -Wno-format build flags
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index ea11a54..fe13f97 100644 --- a/firefox.spec +++ b/firefox.spec @@ -124,6 +124,7 @@ Patch26: build-icu-big-endian.patch Patch27: mozilla-1335250.patch Patch28: build-1360521-missing-cheddar.patch Patch29: build-big-endian.patch +Patch30: fedora-build.patch # Fedora specific patches # Unable to install addons from https pages @@ -297,6 +298,7 @@ This package contains results of tests executed during build. %endif #%patch28 -p2 -b .1360521-missing-cheddar %patch29 -p1 -b .big-endian +%patch30 -p1 -b .fedora-build %patch3 -p1 -b .arm |