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