Browse Source

adjust package order

crazywhalecc 1 year ago
parent
commit
0cfac49560
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/SPC/builder/unix/library/postgresql.php

+ 1 - 1
src/SPC/builder/unix/library/postgresql.php

@@ -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',