Skip to content

Commit efd73ab

Browse files
committed
Skip ICU requirement on PSQL 16
1 parent 6b2e34e commit efd73ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shield-addon-postgres-16/packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ CPUS=$(grep -c ^processor /proc/cpuinfo)
44

55
tar -xjf postgres/postgresql-16.6.tar.bz2
66
cd postgresql-16.6
7-
./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
7+
./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl --without-icu
88
make -j$CPUS && make install

0 commit comments

Comments
 (0)