summaryrefslogtreecommitdiff
path: root/mozilla-1341234.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-09-27 16:39:43 +0200
committerMartin Stransky <stransky@redhat.com>2017-09-27 16:39:43 +0200
commit36d2b8e6c8429f5317c7986817ea660aa7b53cee (patch)
tree20b8f71b6259ce79fd1bb03a931e661619706b3b /mozilla-1341234.patch
parentMerge branch 'master' into f26 (diff)
parentAdded stylo/nspr build patch and clang BuildReq (diff)
downloadlibrewolf-fedora-ff-36d2b8e6c8429f5317c7986817ea660aa7b53cee.tar.gz
librewolf-fedora-ff-36d2b8e6c8429f5317c7986817ea660aa7b53cee.tar.bz2
librewolf-fedora-ff-36d2b8e6c8429f5317c7986817ea660aa7b53cee.zip
Merge branch 'master' into f26
Diffstat (limited to 'mozilla-1341234.patch')
-rw-r--r--mozilla-1341234.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/mozilla-1341234.patch b/mozilla-1341234.patch
new file mode 100644
index 0000000..2de5080
--- /dev/null
+++ b/mozilla-1341234.patch
@@ -0,0 +1,9 @@
+diff -up firefox-56.0/layout/style/bindgen.toml.in.old firefox-56.0/layout/style/bindgen.toml.in
+--- firefox-56.0/layout/style/bindgen.toml.in.old 2017-09-27 16:30:14.518213900 +0200
++++ firefox-56.0/layout/style/bindgen.toml.in 2017-09-27 16:30:38.089179153 +0200
+@@ -1,4 +1,5 @@
+ [build]
+ args = [
++ "/usr/include",
+ @BINDGEN_CFLAGS@
+ ]
bgstack15