diff options
| -rw-r--r-- | recipes-ids/suricata/suricata_6.0.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ids/suricata/suricata_6.0.4.bb b/recipes-ids/suricata/suricata_6.0.4.bb index 31244f3..968da21 100644 --- a/recipes-ids/suricata/suricata_6.0.4.bb +++ b/recipes-ids/suricata/suricata_6.0.4.bb | |||
| @@ -121,7 +121,8 @@ CARGO_SRC_DIR = "rust" | |||
| 121 | 121 | ||
| 122 | B = "${S}" | 122 | B = "${S}" |
| 123 | 123 | ||
| 124 | PACKAGECONFIG ??= "jansson file pcre yaml python pcap cap-ng net nfnetlink nss nspr " | 124 | # nfnetlink has a dependancy to meta-networking |
| 125 | PACKAGECONFIG ??= "jansson file pcre yaml python pcap cap-ng net nss nspr " | ||
| 125 | PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'unittests', '', d)}" | 126 | PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'unittests', '', d)}" |
| 126 | 127 | ||
| 127 | PACKAGECONFIG[pcre] = "--with-libpcre-includes=${STAGING_INCDIR} --with-libpcre-libraries=${STAGING_LIBDIR}, ,libpcre ," | 128 | PACKAGECONFIG[pcre] = "--with-libpcre-includes=${STAGING_INCDIR} --with-libpcre-libraries=${STAGING_LIBDIR}, ,libpcre ," |
