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

2021-11-30 Thread Tom Lane
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 ava

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

2021-11-30 Thread Tom Lane
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 ava