package/libarchive: remove double handling of zstd
When4bcc344464was applied, it was not noticed that96dc6701af(from another contributor) had already been applied.4bcc344464essentially did the same thing as96dc6701af, except it also disable zstd support explicitly in the host-libarchive package. Let's drop the part of4bcc344464that duplicates96dc6701af. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -111,13 +111,6 @@ else
|
||||
LIBARCHIVE_CONF_OPTS += --without-zlib
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZSTD),y)
|
||||
LIBARCHIVE_CONF_OPTS += --with-zstd
|
||||
LIBARCHIVE_DEPENDENCIES += zstd
|
||||
else
|
||||
LIBARCHIVE_CONF_OPTS += --without-zstd
|
||||
endif
|
||||
|
||||
# libarchive requires LZMA with thread support in the toolchain
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS)$(BR2_PACKAGE_XZ),yy)
|
||||
LIBARCHIVE_DEPENDENCIES += xz
|
||||
|
||||
Reference in New Issue
Block a user