summaryrefslogtreecommitdiff
path: root/waterfox/mozilla-1516081.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-19 09:28:52 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-19 09:28:52 -0400
commit01e941ae9182d706a362d31d4238fdaf82783043 (patch)
tree9ef62314ec2aae0e2da3f108f0e6a02cfde7c5e2 /waterfox/mozilla-1516081.patch
parentMerge branch 'notepadnext-bump' into 'master' (diff)
downloadstackrpms-01e941ae9182d706a362d31d4238fdaf82783043.tar.gz
stackrpms-01e941ae9182d706a362d31d4238fdaf82783043.tar.bz2
stackrpms-01e941ae9182d706a362d31d4238fdaf82783043.zip
wf 2022.06 rc1
Diffstat (limited to 'waterfox/mozilla-1516081.patch')
-rw-r--r--waterfox/mozilla-1516081.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/waterfox/mozilla-1516081.patch b/waterfox/mozilla-1516081.patch
index b9a6ec6..f295ebb 100644
--- a/waterfox/mozilla-1516081.patch
+++ b/waterfox/mozilla-1516081.patch
@@ -1,4 +1,4 @@
-From f652a5490a2fb0774f21a5c5bfd48f0ef40c412c Mon Sep 17 00:00:00 2001
+From cbdcb6c54ea3f533d5d86ea5a6fffcfb8f54e743 Mon Sep 17 00:00:00 2001
From: Phantom X <PhantomX@users.noreply.github.com>
Date: Fri, 20 Aug 2021 19:33:56 -0300
Subject: [PATCH] Mozilla 1516081 rebase for Waterfox
@@ -10,12 +10,12 @@ Subject: [PATCH] Mozilla 1516081 rebase for Waterfox
3 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/build/moz.configure/toolchain.configure b/build/moz.configure/toolchain.configure
-index 98b1ee6..2b889d7 100755
+index af458a2..7dfec46 100755
--- a/build/moz.configure/toolchain.configure
+++ b/build/moz.configure/toolchain.configure
-@@ -1157,10 +1157,10 @@ set_config('VISIBILITY_FLAGS', visibility_flags)
- def pgo_flags(compiler):
- if compiler.type in ('gcc', 'clang'):
+@@ -1195,10 +1195,10 @@ def pgo_flags(compiler, build_env, target):
+
+ if compiler.type == 'gcc':
return namespace(
- gen_cflags=['-fprofile-generate'],
+ gen_cflags=['-fprofile-generate', '-DMOZ_PROFILE_INSTRUMENTATION'],
@@ -67,5 +67,5 @@ index e72335f..eb70f15 100644
const PRIntervalTime ticksDuration = PR_MillisecondsToInterval(1000);
options->crashAfterTicks = crashAfterMS / ticksDuration;
--
-2.31.1
+2.36.1
bgstack15