pgsql: Fallback to uuid for ossp-uuid with meson - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fallback to uuid for ossp-uuid with meson
Date
Msg-id E1sXfQo-001RdV-JY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fallback to uuid for ossp-uuid with meson

The upstream name for the ossp-uuid package / pkg-config file is
"uuid". Many distributions change this to be "ossp-uuid" to not
conflict with e2fsprogs.

This lookup fails on distributions which don't change this name, for
example NixOS / nixpkgs. Both "ossp-uuid" and "uuid" are also checked
in configure.ac.

Author: Wolfgang Walther
Reviewed-by: Nazir Bilal Yavuz, Alvaro Herrera, Peter Eisentraut
Reviewed-by: Tristan Partin
Discussion: https://www.postgresql.org/message-id/ca8f37e1-a2c3-40e2-91f6-59c3d3652ad4@technowledgy.de
Backpatch: 16-, where meson support was added

Branch
------
master

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

Modified Files
--------------
meson.build | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe
Next
From: David Rowley
Date:
Subject: pgsql: Optimize escaping of JSON strings