office-gobmx/postgresql
Andres Gomez f3f9db6d1d postgresql: honor --disable-openssl flag
On --disable-openssl, let's avoid linking the
bundled postgresql to OpenSSL by not passing down
--with-openssl to its configure script.

Also, configure stage will fail if krb5 or gssapi
are enabled as they need OpenSSL and, in any
case, --with-krb5 and --with-gssapi will not be
passed down to postgresql configure script.

Change-Id: Iaf7e944d1d8f6a018e949ece56f6d3881f1e8c46
Reviewed-on: https://gerrit.libreoffice.org/3333
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2013-04-13 10:48:54 +00:00
..
ExternalPackage_postgresql.mk
ExternalProject_postgresql.mk
Makefile
Module_postgresql.mk
postgresql-9.2.1-autoreconf.patch
postgresql-9.2.1-libreoffice.patch
postgresql-libs-leak.patch
README
UnpackedTarball_postgresql.mk

PostgreSQL object-relational database management system

We use some pieces of this code for the postgresql database connector.