mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/libzip: use ENABLE_BZIP2
Use ENABLE_BZIP2 option which is available since version 1.5.2 and
028c492c9d
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
3c81f492aa
commit
016916e6e2
@@ -15,8 +15,9 @@ HOST_LIBZIP_DEPENDENCIES = host-zlib
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_BZIP2),y)
|
ifeq ($(BR2_PACKAGE_BZIP2),y)
|
||||||
LIBZIP_DEPENDENCIES += bzip2
|
LIBZIP_DEPENDENCIES += bzip2
|
||||||
|
LIBZIP_CONF_OPTS += -DENABLE_BZIP2=ON
|
||||||
else
|
else
|
||||||
LIBZIP_CONF_OPTS += -DCMAKE_DISABLE_FIND_PACKAGE_BZIP2=TRUE
|
LIBZIP_CONF_OPTS += -DENABLE_BZIP2=OFF
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||||
|
|||||||
Reference in New Issue
Block a user