mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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:
committed by
Peter Korsgaard
parent
3f44c35b7e
commit
2f185e82ed
@@ -21,8 +21,8 @@ SURICATA_DEPENDENCIES = \
|
|||||||
libpcap \
|
libpcap \
|
||||||
libyaml \
|
libyaml \
|
||||||
$(if $(BR2_PACKAGE_LZ4),lz4) \
|
$(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
|
SURICATA_CONF_ENV = ac_cv_path_HAVE_SPHINXBUILD=no
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user