forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb64c8b0
committed
Fix use of OPENSSL in SSL tests if command is not found
`openssl` is an optional dependency in the meson build as it may not beinstalled in an environment even if SSL libraries are around. The mesonscripts assume that, but the SSL tests thought that it was a harddependency, causing a meson installation to fail if `openssl` could notbe found. Like similar tests that depend on external commands, and tobe consistent with ./configure for the SSL tests, this commit makes thecommand existence optional in the tests.Author: Tristan PartinDiscussion:https://postgr.es/m/CWSX6P5OUUM5.N7B74KQ06ZP6@neon.techBackpatch-through: 161 parent1b2c6b7 commitb64c8b0
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
0 commit comments
Comments
(0)