diff options
author | Kai Kang <kai.kang@windriver.com> | 2019-12-26 12:57:36 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-29 22:09:03 -0500 |
commit | 30e3de60e7f803e332f78ee8c41179cf0336c27c (patch) | |
tree | 4fd1962bbc6fed7f8880fa8b7452206827688c2b /recipes-devtools/python/python-gevent | |
parent | 5fb77ae4c4e1015e40257f9e59e16c497e30c53c (diff) | |
download | meta-virtualization-30e3de60e7f803e332f78ee8c41179cf0336c27c.tar.gz |
nagios-nrpe: fix compile error when packageconfig ssl enabled
It fails to compile nagios-nrpe when packageconfig ssl enabled:
| ./nrpe.c:45:12: fatal error: ../include/dh.h: No such file or directory
| 45 | # include "../include/dh.h"
| | ^~~~~~~~~~~~~~~~~
| compilation terminated.
Header file include/dh.h is created by native openssl called by
configure script. If no native openssl exists, no header file is
created. Add openssl-native to dependency for packageconfig ssl.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-gevent')
0 files changed, 0 insertions, 0 deletions