pgsql: oauth: Explicitly depend on -pthread - Mailing list pgsql-committers

From Jacob Champion
Subject pgsql: oauth: Explicitly depend on -pthread
Date
Msg-id E1ur1SD-001ohG-12@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
oauth: Explicitly depend on -pthread

Followup to 4e1e41733 and 52ecd05ae. oauth-utils.c uses
pthread_sigmask(), requiring -pthread on Debian bullseye at minimum.

Reported-by: Christoph Berg <myon@debian.org>
Tested-by: Christoph Berg <myon@debian.org>
Discussion: https://postgr.es/m/aK4PZgC0wuwQ5xSK%40msg.df7cb.de
Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bf37808ef61cbd017179b3d92ad606bf31b14b80

Modified Files
--------------
meson.build                         | 1 +
src/interfaces/libpq-oauth/Makefile | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Message style improvements
Next
From: Jeff Davis
Date:
Subject: pgsql: Check for more Unicode functions during upgrade.