pgsql: Allow MinGW builds to use standardly-named OpenSSL libraries.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow MinGW builds to use standardly-named OpenSSL libraries.
Date: 2012-02-23 20:05:37
Message-ID: E1S0ev3-0005YN-Lq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow MinGW builds to use standardly-named OpenSSL libraries.

In the Fedora variant of MinGW, the openssl libraries have their normal
names, not libeay32 and libssleay32. Adjust configure probes to allow
that, per bug #6486.

Tomasz Ostrowski

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/74e29162a4f0ec0ad1c7224b8be936d1f9a51f7e

Modified Files
--------------
configure | 108 +++++++++++++++++++++++++----------------
configure.in | 4 +-
src/include/pg_config.h.in | 6 --
src/include/pg_config.h.win32 | 6 --
4 files changed, 68 insertions(+), 56 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-02-23 23:04:45 pgsql: Remove arbitrary limitation on length of common name in SSL cert
Previous Message Peter Eisentraut 2012-02-23 18:47:25 pgsql: Translation updates