Config.in 416 B

1234567891011121314
  1. config 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. https://libzip.org/
  11. comment "libzip needs a toolchain w/ dynamic library"
  12. depends on BR2_STATIC_LIBS