Merge branch 'main' into pkg-config-pkg

# Conflicts:
#	src/globals/test-extensions.php
This commit is contained in:
crazywhalecc
2025-08-31 15:20:50 +08:00
33 changed files with 1483 additions and 1010 deletions

View File

@@ -40,7 +40,7 @@ class LinuxToolCheckList
'tar', 'unzip', 'gzip', 'gcc',
'bzip2', 'cmake', 'patch', 'which',
'xz', 'libtool', 'gettext-devel',
'perl', 'patchelf',
'patchelf',
];
public const TOOLS_ARCH = [
@@ -48,10 +48,12 @@ class LinuxToolCheckList
];
private const PROVIDED_COMMAND = [
'perl' => '/usr/share/perl5/FindBin.pm',
'binutils-gold' => 'ld.gold',
'base-devel' => 'automake',
'gettext-devel' => 'gettextize',
'gettext-dev' => 'gettextize',
'perl-IPC-Cmd' => '/usr/share/doc/perl-IPC-Cmd',
];
/** @noinspection PhpUnused */