forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit175edaf
committed
Cope with cross-compiling when checking for a random-number source.
Commit16f96c7 neglected to consider the possibility of cross-compiling,causing cross-compiles to fail at the configure stage unless you'dselected --with-openssl. Since we're now more or less assuming that/dev/urandom is available everywhere, it seems reasonable to assumethat 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.com1 parent5550a9c commit175edaf
2 files changed
+7
-2
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10468 | 10468 |
| |
10469 | 10469 |
| |
10470 | 10470 |
| |
10471 |
| - | |
| 10471 | + | |
10472 | 10472 |
| |
10473 | 10473 |
| |
10474 | 10474 |
| |
| |||
18702 | 18702 |
| |
18703 | 18703 |
| |
18704 | 18704 |
| |
| 18705 | + | |
| 18706 | + | |
| 18707 | + | |
18705 | 18708 |
| |
18706 | 18709 |
| |
18707 | 18710 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1126 | 1126 |
| |
1127 | 1127 |
| |
1128 | 1128 |
| |
1129 |
| - | |
| 1129 | + | |
1130 | 1130 |
| |
1131 | 1131 |
| |
1132 | 1132 |
| |
| |||
2257 | 2257 |
| |
2258 | 2258 |
| |
2259 | 2259 |
| |
| 2260 | + | |
| 2261 | + | |
2260 | 2262 |
| |
2261 | 2263 |
| |
2262 | 2264 |
| |
|
0 commit comments
Comments
(0)