diff options
author | Adam Duskett <aduskett@gmail.com> | 2017-10-17 22:32:35 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-10-21 21:28:13 +0200 |
commit | 9f145e4957fa562ed8df89527433fccd438b3502 (patch) | |
tree | e3b1378170f4623ce83f25769c634ed2e628695e /package/python-numpy | |
parent | 123e0c9fefcf53641b8e80254929d485a1783f36 (diff) | |
download | buildroot-9f145e4957fa562ed8df89527433fccd438b3502.tar.gz buildroot-9f145e4957fa562ed8df89527433fccd438b3502.zip |
heirloom-mailx: add libressl support patch
heirloom-mailx has two small issues when compiling against LibreSSL:
- RAND_egd is used (LibreSSL does not support RAND_egd)
Solution: "Guard" the code calling RAND_egd
- SSLv3_client_method function is used (LibreSSL does not support SSLv3)
Solution: "Guard" the code with #ifndef OPENSSL_NO_SSL3
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-numpy')
0 files changed, 0 insertions, 0 deletions