diff options
author | Jacob Champion <jchampion@postgresql.org> | 2025-05-23 13:05:38 -0700 |
---|---|---|
committer | Jacob Champion <jchampion@postgresql.org> | 2025-05-23 13:05:38 -0700 |
commit | a8f093234d78ff2bbcf6489ac213064aa584ad2b (patch) | |
tree | 4e6e46e35bb17487bcf13754672d860f0efbc0db /doc/src/sgml/ref/commit.sgml | |
parent | cbc8fd0c9aec01f451af5e4eeb0eb2c5d5e47eb2 (diff) | |
download | postgresql-a8f093234d78ff2bbcf6489ac213064aa584ad2b.tar.gz postgresql-a8f093234d78ff2bbcf6489ac213064aa584ad2b.zip |
oauth: Correct missing comma in Requires.private
I added libcurl to the Requires.private section of libpq.pc in commit
b0635bfda, but I missed that the Autoconf side needs commas added
explicitly. Configurations which used both --with-libcurl and
--with-openssl ended up with the following entry:
Requires.private: libssl, libcrypto libcurl
The pkg-config parser appears to be fairly lenient in this case, and
accepts the whitespace as an equivalent separator, but let's not rely on
that. Add an add_to_list macro (inspired by Makefile.global's
add_to_path) to build up the PKG_CONFIG_REQUIRES_PRIVATE list correctly.
Reported-by: Wolfgang Walther <walther@technowledgy.de>
Reviewed-by: FabrÃzio de Royes Mello <fabriziomello@gmail.com>
Discussion: https://postgr.es/m/CAOYmi+k2z7Rqj5xiWLUT0+bSXLvdE7TYgS5gCOSqSyXyTSSXiQ@mail.gmail.com
Diffstat (limited to 'doc/src/sgml/ref/commit.sgml')
0 files changed, 0 insertions, 0 deletions