Re: libcurl in libpq.pc

From: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
To: Christoph Berg <myon(at)debian(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Wolfgang Walther <walther(at)technowledgy(dot)de>, Timo Röhling <roehling(at)debian(dot)org>
Subject: Re: libcurl in libpq.pc
Date: 2025-09-23 23:30:40
Message-ID: CAOYmi+=fd8KqEC3WoxYNaj4fnyQy_zDr+z0F0e=P9K80pmUjTw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Sep 23, 2025 at 2:57 PM Jacob Champion
<jacob(dot)champion(at)enterprisedb(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-09-23 23:31:27 Re: GNU/Hurd portability patches
Previous Message Michael Paquier 2025-09-23 23:25:34 Re: Incorrect logic in XLogNeedsFlush()