pgsql: oauth: Correct SSL dependency for libpq-oauth.a

From: Jacob Champion <jchampion(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: oauth: Correct SSL dependency for libpq-oauth.a
Date: 2025-05-02 17:58:41
Message-ID: E1uAuen-000ehh-18@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

oauth: Correct SSL dependency for libpq-oauth.a

libpq-oauth.a includes libpq-int.h, which includes OpenSSL headers. The
Autoconf side picks up the necessary include directories via CPPFLAGS,
but Meson needs the dependency to be made explicit.

Reported-by: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Tested-by: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Tested-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/aBTgjDfrdOZmaPgv%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3db68212a39351804b2b4fb70a05cab76be32ce7

Modified Files
--------------
src/interfaces/libpq-oauth/meson.build | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-05-02 19:13:12 pgsql: Doc: correct spelling of meson switch.
Previous Message Tom Lane 2025-05-02 16:35:39 pgsql: Doc: forgot to run add_commit_links.pl.