pgsql: Fallback to uuid for ossp-uuid with meson

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fallback to uuid for ossp-uuid with meson
Дата
Msg-id E1sXfQo-001RdV-JY@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Optimize escaping of JSON strings