now build postgres with openssl support

Former-commit-id: 2b40e7e8ab
This commit is contained in:
mjames-upc 2015-02-17 13:18:21 -07:00
parent d83d8a3c4c
commit e22486eaae

View file

@ -69,7 +69,7 @@ tar -xvf ${POSTGRESQL_TAR_FILE}
cd %{_postgres_build_loc}/postgresql-%{_postgresql_version}
./configure --prefix=%{_postgres_build_loc}/awips2/postgresql \
--with-libxml
--with-libxml --with-openssl
if [ $? -ne 0 ]; then
exit 1
fi