On Mon, May 12, 2025 at 8:49 AM Jacob Champion <jacob.champ...@enterprisedb.com> wrote: > > On Mon, May 12, 2025 at 3:50 AM Christoph Berg <m...@debian.org> wrote: > > Since nothing in libpq should need curl for compiling, should we drop > > it there instead? > > The static build (libpq.a) still needs libcurl. The module is only > compiled for use by the shared library.
Sorry, typing too fast in the airport. The _clients_ of libpq.a still need libcurl, after they link libpq-oauth.a for the missing symbols. Isn't that what Requires.private is for? --Jacob