File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
shield-addon-postgres-10.0
shield-addon-postgres-10.1
shield-addon-postgres-9.0
shield-addon-postgres-9.1
shield-addon-postgres-9.2
shield-addon-postgres-9.3
shield-addon-postgres-9.4
shield-addon-postgres-9.5
shield-addon-postgres-9.6 Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ CPUS=$(grep -c ^processor /proc/cpuinfo)
44
55tar -xjf postgres/postgresql-10.0.tar.bz2
66cd postgresql-10.0
7- ./configure --prefix=${BOSH_INSTALL_TARGET}
7+ ./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88make -j$CPUS && make install
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ CPUS=$(grep -c ^processor /proc/cpuinfo)
44
55tar -xjf postgres/postgresql-10.1.tar.bz2
66cd postgresql-10.1
7- ./configure --prefix=${BOSH_INSTALL_TARGET}
7+ ./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88make -j$CPUS && make install
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ CPUS=$(grep -c ^processor /proc/cpuinfo)
44
55tar -xjf postgres/postgresql-9.0.23.tar.bz2
66cd postgresql-9.0.23
7- ./configure --prefix=${BOSH_INSTALL_TARGET}
7+ ./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88make -j$CPUS && make install
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ CPUS=$(grep -c ^processor /proc/cpuinfo)
44
55tar -xjf postgres/postgresql-9.1.24.tar.bz2
66cd postgresql-9.1.24
7- ./configure --prefix=${BOSH_INSTALL_TARGET}
7+ ./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88make -j$CPUS && make install
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ CPUS=$(grep -c ^processor /proc/cpuinfo)
44
55tar -xjf postgres/postgresql-9.2.24.tar.bz2
66cd postgresql-9.2.24
7- ./configure --prefix=${BOSH_INSTALL_TARGET}
7+ ./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88make -j$CPUS && make install
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ CPUS=$(grep -c ^processor /proc/cpuinfo)
44
55tar -xjf postgres/postgresql-9.3.20.tar.bz2
66cd postgresql-9.3.20
7- ./configure --prefix=${BOSH_INSTALL_TARGET}
7+ ./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88make -j$CPUS && make install
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ CPUS=$(grep -c ^processor /proc/cpuinfo)
44
55tar -xjf postgres/postgresql-9.4.15.tar.bz2
66cd postgresql-9.4.15
7- ./configure --prefix=${BOSH_INSTALL_TARGET}
7+ ./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88make -j$CPUS && make install
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ CPUS=$(grep -c ^processor /proc/cpuinfo)
44
55tar -xjf postgres/postgresql-9.5.10.tar.bz2
66cd postgresql-9.5.10
7- ./configure --prefix=${BOSH_INSTALL_TARGET}
7+ ./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88make -j$CPUS && make install
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ CPUS=$(grep -c ^processor /proc/cpuinfo)
44
55tar -xjf postgres/postgresql-9.6.6.tar.bz2
66cd postgresql-9.6.6
7- ./configure --prefix=${BOSH_INSTALL_TARGET}
7+ ./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88make -j$CPUS && make install
You can’t perform that action at this time.
0 commit comments