mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-31 12:50:19 +00:00
suricata: fix compiling on gcc10
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
8bab022533
commit
d3aff039c9
@@ -14,7 +14,7 @@ SRC_URI += " \
|
|||||||
|
|
||||||
inherit autotools-brokensep pkgconfig python3-dir systemd ptest
|
inherit autotools-brokensep pkgconfig python3-dir systemd ptest
|
||||||
|
|
||||||
CFLAGS += "-D_DEFAULT_SOURCE"
|
CFLAGS += "-D_DEFAULT_SOURCE -fcommon"
|
||||||
|
|
||||||
CACHED_CONFIGUREVARS = "ac_cv_header_htp_htp_h=yes ac_cv_lib_htp_htp_conn_create=yes \
|
CACHED_CONFIGUREVARS = "ac_cv_header_htp_htp_h=yes ac_cv_lib_htp_htp_conn_create=yes \
|
||||||
ac_cv_path_HAVE_WGET=no ac_cv_path_HAVE_CURL=no "
|
ac_cv_path_HAVE_WGET=no ac_cv_path_HAVE_CURL=no "
|
||||||
|
|||||||
Reference in New Issue
Block a user