summaryrefslogtreecommitdiff
path: root/arc4_remove-health-reporting.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-12-14 20:52:49 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-12-14 20:52:49 -0800
commitfbd3297da736e86f4f8b90785c42a4dcded361ac (patch)
tree79715aac18a5f799f39d03b99c0beb965017fc0a /arc4_remove-health-reporting.patch
parentRebuild with patch cause rust broke firefox again (diff)
downloadfirefox-fbd3297da736e86f4f8b90785c42a4dcded361ac.tar.xz
Updated to 84.0
Diffstat (limited to 'arc4_remove-health-reporting.patch')
-rw-r--r--arc4_remove-health-reporting.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/arc4_remove-health-reporting.patch b/arc4_remove-health-reporting.patch
index daca4d1..7e87adb 100644
--- a/arc4_remove-health-reporting.patch
+++ b/arc4_remove-health-reporting.patch
@@ -1,14 +1,14 @@
---- a/moz.configure
-+++ b/moz.configure
-@@ -5,12 +5,10 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this
+--- a/browser/moz.configure
++++ b/browser/moz.configure
+@@ -5,11 +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_SYNC', True)
- imply_option('MOZ_DEDICATED_PROFILES', True)
- imply_option('MOZ_BLOCK_PROFILE_DOWNGRADE', True)
--imply_option('MOZ_NORMANDY', True)
+ imply_option("MOZ_PLACES", True)
+-imply_option("MOZ_SERVICES_HEALTHREPORT", True)
+ imply_option("MOZ_SERVICES_SYNC", True)
+ imply_option("MOZ_DEDICATED_PROFILES", True)
+ imply_option("MOZ_BLOCK_PROFILE_DOWNGRADE", True)
+-imply_option("MOZ_NORMANDY", True)
with only_when(target_is_linux & compile_environment):
- option(env='MOZ_NO_PIE_COMPAT',
+ option(env="MOZ_NO_PIE_COMPAT", help="Enable non-PIE wrapper")