pgsql: oauth: Fix Autoconf build on macOS - Mailing list pgsql-committers

From Jacob Champion
Subject pgsql: oauth: Fix Autoconf build on macOS
Date
Msg-id E1uAZoe-000VrT-0t@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: pgsql: oauth: Move the builtin flow into a separate module
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Flesh out extension docs for the "prefix" make variable