Skip to content

Commit 47570a6

Browse files
ChrisMcGowanpatjones
authored andcommitted
Adding option on configure to compile with openssl support (#2)
1 parent 47d23ca commit 47570a6

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

packages/shield-addon-postgres-10.0/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-10.0.tar.bz2
66
cd postgresql-10.0
7-
./configure --prefix=${BOSH_INSTALL_TARGET}
7+
./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88
make -j$CPUS && make install

packages/shield-addon-postgres-10.1/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-10.1.tar.bz2
66
cd postgresql-10.1
7-
./configure --prefix=${BOSH_INSTALL_TARGET}
7+
./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88
make -j$CPUS && make install

packages/shield-addon-postgres-9.0/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-9.0.23.tar.bz2
66
cd postgresql-9.0.23
7-
./configure --prefix=${BOSH_INSTALL_TARGET}
7+
./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88
make -j$CPUS && make install

packages/shield-addon-postgres-9.1/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-9.1.24.tar.bz2
66
cd postgresql-9.1.24
7-
./configure --prefix=${BOSH_INSTALL_TARGET}
7+
./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88
make -j$CPUS && make install

packages/shield-addon-postgres-9.2/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-9.2.24.tar.bz2
66
cd postgresql-9.2.24
7-
./configure --prefix=${BOSH_INSTALL_TARGET}
7+
./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88
make -j$CPUS && make install

packages/shield-addon-postgres-9.3/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-9.3.20.tar.bz2
66
cd postgresql-9.3.20
7-
./configure --prefix=${BOSH_INSTALL_TARGET}
7+
./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88
make -j$CPUS && make install

packages/shield-addon-postgres-9.4/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-9.4.15.tar.bz2
66
cd postgresql-9.4.15
7-
./configure --prefix=${BOSH_INSTALL_TARGET}
7+
./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88
make -j$CPUS && make install

packages/shield-addon-postgres-9.5/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-9.5.10.tar.bz2
66
cd postgresql-9.5.10
7-
./configure --prefix=${BOSH_INSTALL_TARGET}
7+
./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88
make -j$CPUS && make install

packages/shield-addon-postgres-9.6/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-9.6.6.tar.bz2
66
cd postgresql-9.6.6
7-
./configure --prefix=${BOSH_INSTALL_TARGET}
7+
./configure --prefix=${BOSH_INSTALL_TARGET} --with-openssl
88
make -j$CPUS && make install

0 commit comments

Comments
 (0)