summaryrefslogtreecommitdiff
path: root/mozilla-1669442.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-10-07 10:22:49 +0200
committerMartin Stransky <stransky@redhat.com>2020-10-07 10:22:49 +0200
commit2875cd508de555b42c81e91af5e335c880072f92 (patch)
treef5713b713423057df097cb5b7a29e667f2313c44 /mozilla-1669442.patch
parentAdded pgo build fix (diff)
downloadlibrewolf-fedora-ff-2875cd508de555b42c81e91af5e335c880072f92.tar.gz
librewolf-fedora-ff-2875cd508de555b42c81e91af5e335c880072f92.tar.bz2
librewolf-fedora-ff-2875cd508de555b42c81e91af5e335c880072f92.zip
Enabled LTO, added build fixes, removed unused patches
Diffstat (limited to 'mozilla-1669442.patch')
-rw-r--r--mozilla-1669442.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/mozilla-1669442.patch b/mozilla-1669442.patch
new file mode 100644
index 0000000..6373816
--- /dev/null
+++ b/mozilla-1669442.patch
@@ -0,0 +1,13 @@
+diff --git a/config/recurse.mk b/config/recurse.mk
+--- a/config/recurse.mk
++++ b/config/recurse.mk
+@@ -206,7 +206,7 @@
+ # Interdependencies that moz.build world don't know about yet for compilation.
+ # Note some others are hardcoded or "guessed" in recursivemake.py and emitter.py
+ ifeq ($(MOZ_WIDGET_TOOLKIT),gtk)
+-toolkit/library/target: widget/gtk/mozgtk/gtk3/target
++toolkit/library/build/target: widget/gtk/mozgtk/gtk3/target
+ endif
+
+ ifndef MOZ_FOLD_LIBS
+
bgstack15