Re: libcurl in libpq.pc
Jacob Champion <jacob.champion@enterprisedb.com>
From: Jacob Champion <jacob.champion@enterprisedb.com>
To: Christoph Berg <myon@debian.org>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Wolfgang Walther <walther@technowledgy.de>, Timo Röhling <roehling@debian.org>
Date: 2025-09-23T23:30:40Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
oauth: Correct missing comma in Requires.private
- a8f093234d78 18.0 landed
On Tue, Sep 23, 2025 at 2:57 PM Jacob Champion
<jacob.champion@enterprisedb.com> wrote:
> Now that pkg-config's successor supports
> Cflags.private, I wonder if there's room to fix these
> mutually-conflicting use cases...
This appears to be discussed in great detail here:
https://gitlab.freedesktop.org/pkg-config/pkg-config/-/issues/7
On my machine, pkgconf appears to recognize Requires.internal, but
unfortunately it doesn't seem to ignore the internal requirements for
--cflags. So... I don't get it.
--Jacob