From 085437e925af4116012fc1e937a6bfeef0db4dfe Mon Sep 17 00:00:00 2001 From: jingjingxyk Date: Sat, 1 Jul 2023 18:04:42 +0800 Subject: [PATCH] =?UTF-8?q?pgsql=20=20=E7=A6=81=E7=94=A8=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96libzstd=20icu=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SPC/builder/unix/library/postgresql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/builder/unix/library/postgresql.php b/src/SPC/builder/unix/library/postgresql.php index 056797e8..e370a394 100644 --- a/src/SPC/builder/unix/library/postgresql.php +++ b/src/SPC/builder/unix/library/postgresql.php @@ -68,7 +68,7 @@ EOF --enable-coverage=no \\ --with-ssl=openssl \\ --with-readline \\ - --with-icu \\ + --without-icu \\ --without-ldap \\ --with-libxml \\ --without-libxslt \\