summaryrefslogtreecommitdiff
path: root/firefox-build.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2014-08-28 12:12:52 +0200
committerMartin Stransky <stransky@redhat.com>2014-08-28 12:12:52 +0200
commit42e16eaf782cf0832b7f7ddf8eb01d82f3746c41 (patch)
treec116ae3d41d37c00a6f6cd2759eee479d09b4191 /firefox-build.patch
parentArm build fix (diff)
parentbuild fixes - wip (diff)
downloadlibrewolf-fedora-ff-42e16eaf782cf0832b7f7ddf8eb01d82f3746c41.tar.gz
librewolf-fedora-ff-42e16eaf782cf0832b7f7ddf8eb01d82f3746c41.tar.bz2
librewolf-fedora-ff-42e16eaf782cf0832b7f7ddf8eb01d82f3746c41.zip
Merge branch 'master' of ssh://pkgs.fedoraproject.org/firefox
Diffstat (limited to 'firefox-build.patch')
-rw-r--r--firefox-build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/firefox-build.patch b/firefox-build.patch
new file mode 100644
index 0000000..262337c
--- /dev/null
+++ b/firefox-build.patch
@@ -0,0 +1,11 @@
+diff -up firefox-32.0/mozilla-release/media/libstagefright/moz.build.old firefox-32.0/mozilla-release/media/libstagefright/moz.build
+--- firefox-32.0/mozilla-release/media/libstagefright/moz.build.old 2014-08-26 05:38:08.000000000 +0200
++++ firefox-32.0/mozilla-release/media/libstagefright/moz.build 2014-08-27 15:40:12.030299348 +0200
+@@ -120,7 +120,6 @@ elif CONFIG['GNU_CXX']:
+ '-Wno-sign-compare'
+ ]
+ CXXFLAGS += [
+- '-Wno-format',
+ '-Wno-multichar',
+ '-Wno-sign-compare',
+ '-Wno-unused',
bgstack15