mirror of
git://slackware.nl/current.git
synced 2025-01-03 23:03:22 +01:00
12 lines
494 B
Diff
12 lines
494 B
Diff
|
--- ./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'):
|