From: Peter Eisentraut Date: Wed, 19 Apr 2023 08:34:55 +0000 (+0200) Subject: update-nls-www: Build without ICU X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/%20?a=commitdiff_plain;h=9ae55a9d04bde6b52ea8595daa0a3bba97f07b36;p=pgtranslation%2Fadmin.git update-nls-www: Build without ICU It is on by default now, but we don't need it here. --- 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