We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2e34e commit efd73abCopy full SHA for efd73ab
packages/shield-addon-postgres-16/packaging
@@ -4,5 +4,5 @@ CPUS=$(grep -c ^processor /proc/cpuinfo)
4
5
tar -xjf postgres/postgresql-16.6.tar.bz2
6
cd postgresql-16.6
7
-./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
+./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl --without-icu
8
make -j$CPUS && make install
0 commit comments