summaryrefslogtreecommitdiff
path: root/firefox-debug.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2015-04-07 13:36:59 +0200
committerMartin Stransky <stransky@anakreon.cz>2015-04-07 13:36:59 +0200
commita7c8bd825f63bb0f86bcbf2cbed28d528a015261 (patch)
tree89f088f685784f1be167c1349c7a81819aec8b58 /firefox-debug.patch
parentUpdate to 37.0.1 (diff)
downloadlibrewolf-fedora-ff-a7c8bd825f63bb0f86bcbf2cbed28d528a015261.tar.gz
librewolf-fedora-ff-a7c8bd825f63bb0f86bcbf2cbed28d528a015261.tar.bz2
librewolf-fedora-ff-a7c8bd825f63bb0f86bcbf2cbed28d528a015261.zip
Fixed debug builds
Diffstat (limited to 'firefox-debug.patch')
-rw-r--r--firefox-debug.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/firefox-debug.patch b/firefox-debug.patch
new file mode 100644
index 0000000..b719d26
--- /dev/null
+++ b/firefox-debug.patch
@@ -0,0 +1,12 @@
+diff -up mozilla-release/browser/installer/package-manifest.in.old mozilla-release/browser/installer/package-manifest.in
+--- mozilla-release/browser/installer/package-manifest.in.old 2015-04-03 04:30:05.000000000 +0200
++++ mozilla-release/browser/installer/package-manifest.in 2015-04-07 13:17:44.180343700 +0200
+@@ -608,7 +608,7 @@
+ @RESPATH@/components/MozKeyboard.js
+ @RESPATH@/components/InputMethod.manifest
+
+-#ifdef MOZ_DEBUG
++#ifdef ENABLE_TESTS
+ @RESPATH@/components/TestInterfaceJS.js
+ @RESPATH@/components/TestInterfaceJS.manifest
+ #endif
bgstack15