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>
2020.02.x
Fabrice Fontaine 2020-01-31 19:08:00 +01:00 committed by Peter Korsgaard
parent 3f44c35b7e
commit 2f185e82ed
1 changed files with 2 additions and 2 deletions

View File

@ -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