mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
adjust package order
This commit is contained in:
parent
83dd1bd5c3
commit
0cfac49560
@ -20,7 +20,7 @@ trait postgresql
|
||||
{
|
||||
$builddir = BUILD_ROOT_PATH;
|
||||
$envs = '';
|
||||
$packages = 'openssl zlib readline libxml-2.0 zlib';
|
||||
$packages = 'zlib openssl readline libxml-2.0';
|
||||
$optional_packages = [
|
||||
'zstd' => 'libzstd',
|
||||
// 'ldap' => 'ldap',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user