Re: Compile psql 9.6 with SSL Version 1.1.0

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Pratik Parikh <pratik(dot)p(dot)parikh(at)gmail(dot)com>, csusza(at)gmail(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: Compile psql 9.6 with SSL Version 1.1.0
Date: 2018-10-13 08:32:48
Message-ID: 20181013083248.GG30064@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Oct 12, 2018 at 12:17:40PM -0400, Tom Lane wrote:
> So the immediate fix for building on Windows is you need to manually
> define all of those in pg_config.h. We probably ought to try to make
> that less painful, though. At the very least it'd be good if there
> were just one symbol you had to set manually ...

The root of the issue is that we have no way to change dynamically the
set of flags used in pg_config.h.win32 with the MSVC scripts depending
on the version of OpenSSL compiled. We can tweak the scripts to do that
automatically.... Patches welcome.
--
Michael

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sumit Chaturvedi 2018-10-14 18:01:18 Fwd: Query Optimizer Postgresql
Previous Message Adrian Klaver 2018-10-12 23:34:54 Re: Compile psql 9.6 with SSL Version 1.1.0