pgsql: Cope with cross-compiling when checking for a random-number sour

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Cope with cross-compiling when checking for a random-number sour
Дата
Msg-id E1msBS5-0000ZE-ML@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Cope with cross-compiling when checking for a random-number source.

Commit 16f96c74d neglected to consider the possibility of cross-compiling,
causing cross-compiles to fail at the configure stage unless you'd
selected --with-openssl.  Since we're now more or less assuming that
/dev/urandom is available everywhere, it seems reasonable to assume
that the cross-compile target has it too, rather than failing.

Per complaint from Vincas Dargis.  Back-patch to v14 where this came in.

Discussion: https://postgr.es/m/0dc14a31-acaf-8cae-0df4-a87339b22bd9@gmail.com

Branch
------
master

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

Modified Files
--------------
configure    | 5 ++++-
configure.ac | 4 +++-
2 files changed, 7 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: pgsql: Add TAP tests for contrib/sslinfo
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Extend the private key stat checking error handling