diff options
-rw-r--r-- | meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb index ecbbf44cb9..9c55e9c65f 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | |||
@@ -32,6 +32,12 @@ EXTRA_OECONF = " \ | |||
32 | --with-dnet-libraries=${STAGING_LIBDIR} \ | 32 | --with-dnet-libraries=${STAGING_LIBDIR} \ |
33 | " | 33 | " |
34 | 34 | ||
35 | # if you want to disable it, you need to patch configure.in first | ||
36 | # AC_CHECK_HEADERS([openssl/sha.h],, SHA_H="no") | ||
37 | # is called even with --without-openssl-includes | ||
38 | PACKAGECONFIG ?= "openssl" | ||
39 | PACKAGECONFIG[openssl] = "--with-openssl-includes=${STAGING_INCDIR} --with-openssl-libraries=${STAGING_LIBDIR}, --without-openssl-includes --without-openssl-libraries, openssl," | ||
40 | |||
35 | do_install_append() { | 41 | do_install_append() { |
36 | install -d ${D}/${sysconfdir}/snort/rules | 42 | install -d ${D}/${sysconfdir}/snort/rules |
37 | install -d ${D}/${sysconfdir}/snort/preproc_rules | 43 | install -d ${D}/${sysconfdir}/snort/preproc_rules |