oauth: Correct SSL dependency for libpq-oauth.a
authorJacob Champion <jchampion@postgresql.org>
Fri, 2 May 2025 17:45:12 +0000 (10:45 -0700)
committerJacob Champion <jchampion@postgresql.org>
Fri, 2 May 2025 17:45:12 +0000 (10:45 -0700)
commit3db68212a39351804b2b4fb70a05cab76be32ce7
tree5ca436abe70a4cdf26b104ce591f446cacb17518
parent81eaaa2c41dd29b06edf8b234753debbd1a581d5
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@gmail.com>
Tested-by: Nathan Bossart <nathandbossart@gmail.com>
Tested-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/aBTgjDfrdOZmaPgv%40nathan
src/interfaces/libpq-oauth/meson.build