Re: pgsql: oauth: Move the builtin flow into a separate module

From: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: oauth: Move the builtin flow into a separate module
Date: 2025-05-01 17:53:03
Message-ID: CAOYmi+=tbjGaPHREzQaxP22OKp3j+gFFyf59Es6DnwdgWBDKHg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, May 1, 2025 at 10:48 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> It looks like you need to mention libintl explicitly in the link
> command for libpq-oauth, if we're building with NLS.
> macOS is picky that way ...

Yeah, and that was in at one point at Peter's suggestion. :/ I made
the mistake of taking it back out when we made all the gettext changes
and things were green, but I forgot to enable NLS locally...

Thanks,
--Jacob

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Jacob Champion 2025-05-01 19:43:28 pgsql: oauth: Fix Autoconf build on macOS
Previous Message Tom Lane 2025-05-01 17:48:42 Re: pgsql: oauth: Move the builtin flow into a separate module