summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/nagios/nagios-nrpe_3.2.1.bb2
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
42PACKAGECONFIG[ssl] = "${EXTRA_OECONF_SSL},--disable-ssl,openssl," 42PACKAGECONFIG[ssl] = "${EXTRA_OECONF_SSL},--disable-ssl,openssl-native openssl,"
43PACKAGECONFIG[cmdargs] = "--enable-command-args,--disable-command-args,," 43PACKAGECONFIG[cmdargs] = "--enable-command-args,--disable-command-args,,"
44PACKAGECONFIG[bashcomp] = "--enable-bash-command-substitution,--disable-bash-command-substitution,," 44PACKAGECONFIG[bashcomp] = "--enable-bash-command-substitution,--disable-bash-command-substitution,,"
45 45