summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-10-05 13:29:21 -0700
committerArmin Kuster <akuster@mvista.com>2020-10-09 07:02:01 -0700
commitd3aff039c9086cd4a235db2e172a2f7a1a2b7e29 (patch)
tree2243c4d492014fa78ca468372eeb4ad20b63ed69
parent8bab0225339b25bbc3030e1ca1314154726dbeaa (diff)
downloadmeta-security-d3aff039c9086cd4a235db2e172a2f7a1a2b7e29.tar.gz
suricata: fix compiling on gcc10
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-ids/suricata/suricata_4.1.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ids/suricata/suricata_4.1.8.bb b/recipes-ids/suricata/suricata_4.1.8.bb
index 9b7122b..135871c 100644
--- a/recipes-ids/suricata/suricata_4.1.8.bb
+++ b/recipes-ids/suricata/suricata_4.1.8.bb
@@ -14,7 +14,7 @@ SRC_URI += " \
14 14
15inherit autotools-brokensep pkgconfig python3-dir systemd ptest 15inherit autotools-brokensep pkgconfig python3-dir systemd ptest
16 16
17CFLAGS += "-D_DEFAULT_SOURCE" 17CFLAGS += "-D_DEFAULT_SOURCE -fcommon"
18 18
19CACHED_CONFIGUREVARS = "ac_cv_header_htp_htp_h=yes ac_cv_lib_htp_htp_conn_create=yes \ 19CACHED_CONFIGUREVARS = "ac_cv_header_htp_htp_h=yes ac_cv_lib_htp_htp_conn_create=yes \
20 ac_cv_path_HAVE_WGET=no ac_cv_path_HAVE_CURL=no " 20 ac_cv_path_HAVE_WGET=no ac_cv_path_HAVE_CURL=no "