1config BR2_PACKAGE_LIBZIP 2 bool "libzip" 3 depends on !BR2_STATIC_LIBS # dlsym() 4 select BR2_PACKAGE_MUSL_FTS if !BR2_TOOLCHAIN_USES_GLIBC 5 select BR2_PACKAGE_ZLIB 6 help 7 C library for reading, creating, and modifying zip archives. 8 This package also contains zipcmp, ziptorrent and zipmerge 9 utilities. 10 11 https://libzip.org/ 12 13comment "libzip needs a toolchain w/ dynamic library" 14 depends on BR2_STATIC_LIBS 15