diff options
-rw-r--r-- | recipes-extended/nagios/nagios-nrpe_3.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/nagios/nagios-nrpe_3.2.1.bb b/recipes-extended/nagios/nagios-nrpe_3.2.1.bb index 04917f73..9e1f02c2 100644 --- a/recipes-extended/nagios/nagios-nrpe_3.2.1.bb +++ b/recipes-extended/nagios/nagios-nrpe_3.2.1.bb | |||
@@ -39,7 +39,7 @@ EXTRA_OECONF_SSL = "--with-ssl=${STAGING_DIR_HOST} \ | |||
39 | --with-ssl-lib=${STAGING_DIR_HOST}${libdir} \ | 39 | --with-ssl-lib=${STAGING_DIR_HOST}${libdir} \ |
40 | " | 40 | " |
41 | 41 | ||
42 | PACKAGECONFIG[ssl] = "${EXTRA_OECONF_SSL},--disable-ssl,openssl," | 42 | PACKAGECONFIG[ssl] = "${EXTRA_OECONF_SSL},--disable-ssl,openssl-native openssl," |
43 | PACKAGECONFIG[cmdargs] = "--enable-command-args,--disable-command-args,," | 43 | PACKAGECONFIG[cmdargs] = "--enable-command-args,--disable-command-args,," |
44 | PACKAGECONFIG[bashcomp] = "--enable-bash-command-substitution,--disable-bash-command-substitution,," | 44 | PACKAGECONFIG[bashcomp] = "--enable-bash-command-substitution,--disable-bash-command-substitution,," |
45 | 45 | ||