summaryrefslogtreecommitdiffstats
path: root/patches/source/seamonkey/skip.check_glibc.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/source/seamonkey/skip.check_glibc.diff')
-rw-r--r--patches/source/seamonkey/skip.check_glibc.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/source/seamonkey/skip.check_glibc.diff b/patches/source/seamonkey/skip.check_glibc.diff
new file mode 100644
index 000000000..5e59b20ad
--- /dev/null
+++ b/patches/source/seamonkey/skip.check_glibc.diff
@@ -0,0 +1,11 @@
+--- ./python/mozbuild/mozbuild/action/check_binary.py.orig 2023-06-10 05:41:20.000000000 -0500
++++ ./python/mozbuild/mozbuild/action/check_binary.py 2023-09-21 13:05:35.011027671 -0500
+@@ -326,7 +326,7 @@
+ checks = []
+ checks.append(check_stdcxx)
+ checks.append(check_libgcc)
+- checks.append(check_glibc)
++ # checks.append(check_glibc)
+
+ # Disabled for local builds because of readelf performance: See bug 1472496
+ if not buildconfig.substs.get('DEVELOPER_OPTIONS'):