Commit 6b87a07
committed
Use SYSTEM_SSL variable instead of hardcoded RHEL version check
Replace the hardcoded RHEL 8 check with the SYSTEM_SSL variable to
determine whether to use system-provided OpenSSL libraries. This makes
the build configuration more flexible and allows the same logic to be
applied across different platforms based on build configuration rather
than being tied to a specific RHEL version.
This change enables using system SSL on SuSE 15 in addition to RHEL 8.
Ticket: ENT-13496
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>1 parent e97e00d commit 6b87a07
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments