This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit fd28a88
committed
[[ OpenSSL ]] Remove thread support from OpenSSL prebuilt library
This patch configures the prebuilt OpenSSL library to be compiled
without support for the "CRYPTO_THREAD_*" functions, which are
unused in the LiveCode engine. This resolves a missing symbol
error ("pthread_atfork") when building the engine on Linux.1 parent dbc148e commit fd28a88
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments