From 9ae55a9d04bde6b52ea8595daa0a3bba97f07b36 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 19 Apr 2023 10:34:55 +0200 Subject: [PATCH] update-nls-www: Build without ICU It is on by default now, but we don't need it here. --- wwwtools/update-nls-www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 7c29ad5..1ff1b16 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -81,7 +81,7 @@ for branch in $active_branches; do pushd $PGSRC ./configure --prefix=$MYDIR/pg-install --cache=/dev/null --enable-nls --with-includes=/usr/local/include --with-libraries=/usr/local/lib \ - --with-perl --with-tcl + --with-perl --with-tcl --without-icu popd # remove old data in case it contained garbage -- 2.39.5