2015-01-29 12:35:36 +01:00
|
|
|
config BR2_PACKAGE_LIBZIP
|
|
|
|
bool "libzip"
|
2017-07-05 09:56:20 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # dlsym()
|
2019-10-11 19:26:15 +02:00
|
|
|
select BR2_PACKAGE_MUSL_FTS if !BR2_TOOLCHAIN_USES_GLIBC
|
2015-01-29 12:35:36 +01:00
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
help
|
2017-07-31 15:53:50 +02:00
|
|
|
C library for reading, creating, and modifying zip archives.
|
|
|
|
This package also contains zipcmp, ziptorrent and zipmerge
|
|
|
|
utilities.
|
2015-01-29 12:35:36 +01:00
|
|
|
|
|
|
|
http://www.nih.at/libzip/
|
2017-07-05 09:56:20 +02:00
|
|
|
|
|
|
|
comment "libzip needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|