oauth: Fix Autoconf build on macOS

Jacob Champion <jchampion@postgresql.org>

Commit: 4ea1254f35b27ed35a389e720ab2e614fc1e1d4d
Author: Jacob Champion <jchampion@postgresql.org>
Date: 2025-05-01T19:35:52Z
Releases: 18.0
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.

Files

PathChange+/−
src/interfaces/libpq-oauth/Makefile modified +1 −1