]> git.ipfire.org Git - thirdparty/postgresql.git/commit
libpq-oauth: use correct c_args in meson.build
authorJacob Champion <jchampion@postgresql.org>
Wed, 17 Dec 2025 19:54:56 +0000 (11:54 -0800)
committerJacob Champion <jchampion@postgresql.org>
Wed, 17 Dec 2025 19:54:56 +0000 (11:54 -0800)
commit023a3c786b81bf9e0ca023f8e279f03b197b189f
tree33e8967679542237e6215c92b9c3fb1d05bcbf75
parentcc824482a3c0e6957c252730a62e7460d16a91f4
libpq-oauth: use correct c_args in meson.build

Copy-paste bug from b0635bfda: libpq-oauth.so was being built with
libpq_so_c_args, rather than libpq_oauth_so_c_args. (At the moment, the
two lists are identical, but that won't be true forever.)

Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/CAOYmi%2BmrGg%2Bn_X2MOLgeWcj3v_M00gR8uz_D7mM8z%3DdX1JYVbg%40mail.gmail.com
Backpatch-through: 18
src/interfaces/libpq-oauth/meson.build