package/suricata: fix lzma dependency
lzma package is a host-only package so replace this wrong dependency by xz package Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3f44c35b7e
commit
2f185e82ed
@ -21,8 +21,8 @@ SURICATA_DEPENDENCIES = \
|
||||
libpcap \
|
||||
libyaml \
|
||||
$(if $(BR2_PACKAGE_LZ4),lz4) \
|
||||
$(if $(BR2_PACKAGE_LZMA),lzma) \
|
||||
pcre
|
||||
pcre \
|
||||
$(if $(BR2_PACKAGE_XZ),xz)
|
||||
|
||||
SURICATA_CONF_ENV = ac_cv_path_HAVE_SPHINXBUILD=no
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user