summaryrefslogtreecommitdiff
path: root/data/patches/moz-configure-changes.patch
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2019-10-28 04:18:26 -0400
committerMike Gerwitz <mtg@gnu.org>2019-10-30 00:18:12 -0400
commit494224001a616f2c2ac54b502b5354671785cec1 (patch)
treeb664dc581a1936f6db7651c92bcbf2fafb823b41 /data/patches/moz-configure-changes.patch
parentc30f2a825603e01130f34c3ef51cf1c71d697a8f (diff)
Disable MOZ_SERVICES_HEALTHREPORT and MOZ_DATA_REPORTING.
* data/patches/fix-data-reporting-check.patch: New file. * data/patches/legacy-profiles.patch: Rename to ... * data/patches/moz-configure-changes.patch: ... this, and set MOZ_SERVICES_HEALTHREPORT to False.
Diffstat (limited to 'data/patches/moz-configure-changes.patch')
-rw-r--r--data/patches/moz-configure-changes.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/patches/moz-configure-changes.patch b/data/patches/moz-configure-changes.patch
new file mode 100644
index 0000000..aa6f1a5
--- /dev/null
+++ b/data/patches/moz-configure-changes.patch
@@ -0,0 +1,14 @@
+--- a/browser/moz.configure.orig 1980-01-01 18:59:51.000000000 -0500
++++ b/browser/moz.configure 2019-10-28 01:36:13.132873871 -0400
+@@ -5,9 +5,9 @@
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+ imply_option('MOZ_PLACES', True)
+-imply_option('MOZ_SERVICES_HEALTHREPORT', True)
++imply_option('MOZ_SERVICES_HEALTHREPORT', False)
+ imply_option('MOZ_SERVICES_SYNC', True)
+-imply_option('MOZ_DEDICATED_PROFILES', True)
++imply_option('MOZ_DEDICATED_PROFILES', False)
+ imply_option('MOZ_BLOCK_PROFILE_DOWNGRADE', True)
+
+ with only_when(target_is_linux & compile_environment):