summaryrefslogtreecommitdiff
path: root/firefox-debug-build.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-11-14 11:06:18 +0100
committerMartin Stransky <stransky@redhat.com>2018-11-14 11:06:18 +0100
commitfc67a69f599d84ef261f5b7c7ed9191bd21541af (patch)
tree17da326ae85665e8bdf02172e69e2d29dc82aa30 /firefox-debug-build.patch
parentAdded an option to build with clang/llvm. (diff)
downloadlibrewolf-fedora-ff-fc67a69f599d84ef261f5b7c7ed9191bd21541af.tar.gz
librewolf-fedora-ff-fc67a69f599d84ef261f5b7c7ed9191bd21541af.tar.bz2
librewolf-fedora-ff-fc67a69f599d84ef261f5b7c7ed9191bd21541af.zip
Fixed debug builds, Fixed warnings at Wayland clipboard code
Diffstat (limited to 'firefox-debug-build.patch')
-rw-r--r--firefox-debug-build.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/firefox-debug-build.patch b/firefox-debug-build.patch
new file mode 100644
index 0000000..1b8ac54
--- /dev/null
+++ b/firefox-debug-build.patch
@@ -0,0 +1,14 @@
+diff -up firefox-63.0.1/browser/installer/package-manifest.in.old firefox-63.0.1/browser/installer/package-manifest.in
+--- firefox-63.0.1/browser/installer/package-manifest.in.old 2018-11-14 11:01:54.326071733 +0100
++++ firefox-63.0.1/browser/installer/package-manifest.in 2018-11-14 11:02:04.402045863 +0100
+@@ -512,8 +512,8 @@
+
+ ; [Layout Debugger]
+ #ifdef MOZ_DEBUG
+-@RESPATH@/chrome/layoutdebug@JAREXT@
+-@RESPATH@/chrome/layoutdebug.manifest
++#@RESPATH@/chrome/layoutdebug@JAREXT@
++#@RESPATH@/chrome/layoutdebug.manifest
+ #endif
+
+ ; [Personal Security Manager]
bgstack15