diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-08-13 06:55:17 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-09-12 11:11:50 -0400 |
commit | b59691b3d9786d3823e50cb55a9ec6fe1a02f7b6 (patch) | |
tree | 8d7ffc0c2fa719d9e103dcdf7fd9f20f7f86f1d6 | |
parent | 10fdc2b13aea01aeea9c0a48a50d0327ee76a1e5 (diff) | |
download | meta-security-b59691b3d9786d3823e50cb55a9ec6fe1a02f7b6.tar.gz |
suricata: fix compile issue
make[2]: *** No rule to make target '../rust/target/arm-poky-linux-gnueabi/release/libsuricata.a', needed by 'suricata'
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-ids/suricata/suricata_6.0.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ids/suricata/suricata_6.0.6.bb b/recipes-ids/suricata/suricata_6.0.6.bb index 35054ef..ce9aca8 100644 --- a/recipes-ids/suricata/suricata_6.0.6.bb +++ b/recipes-ids/suricata/suricata_6.0.6.bb | |||
@@ -145,6 +145,8 @@ export logdir = "${localstatedir}/log" | |||
145 | CACHED_CONFIGUREVARS = "ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes" | 145 | CACHED_CONFIGUREVARS = "ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes" |
146 | 146 | ||
147 | do_configure:prepend () { | 147 | do_configure:prepend () { |
148 | # use host for RUST_SURICATA_LIB_XC_DIR | ||
149 | sed -i -e 's,\${host_alias},${RUST_HOST_SYS},' ${S}/configure.ac | ||
148 | oe_runconf | 150 | oe_runconf |
149 | } | 151 | } |
150 | 152 | ||