pgsql: oauth: Fix Autoconf build on macOS

From: Jacob Champion <jchampion(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: oauth: Fix Autoconf build on macOS
Date: 2025-05-01 19:43:28
Message-ID: E1uAZoe-000VrT-0t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

oauth: Fix Autoconf build on macOS

Oversight in b0635bfda. -lintl is necessary for gettext on Mac, which
libpq-oauth depends on via pgport/pgcommon. (I'd incorrectly removed
this change from an earlier version of the patch, where it was suggested
by Peter Eisentraut.)

Per buildfarm member indri.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4ea1254f35b27ed35a389e720ab2e614fc1e1d4d

Modified Files
--------------
src/interfaces/libpq-oauth/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-05-01 20:24:12 pgsql: doc: Flesh out extension docs for the "prefix" make variable
Previous Message Jacob Champion 2025-05-01 17:53:03 Re: pgsql: oauth: Move the builtin flow into a separate module