mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
package/libarchive: add lz4 optional dependency
lz4 is available since version 3.2.0 and724f3f918eSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit9a514c72cd) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
97a6aeea81
commit
cebf537751
@@ -79,6 +79,13 @@ else
|
||||
LIBARCHIVE_CONF_OPTS += --without-xml2
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LZ4),y)
|
||||
LIBARCHIVE_CONF_OPTS += --with-lz4
|
||||
LIBARCHIVE_DEPENDENCIES += lz4
|
||||
else
|
||||
LIBARCHIVE_CONF_OPTS += --without-lz4
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LZO),y)
|
||||
LIBARCHIVE_DEPENDENCIES += lzo
|
||||
else
|
||||
@@ -124,6 +131,7 @@ HOST_LIBARCHIVE_CONF_OPTS = \
|
||||
--without-expat \
|
||||
--without-libiconv-prefix \
|
||||
--without-xml2 \
|
||||
--without-lz4 \
|
||||
--without-lzo2 \
|
||||
--without-mbedtls \
|
||||
--without-nettle \
|
||||
|
||||
Reference in New Issue
Block a user