7d9d406832
Since version 1.2.0 libzip requires dynamic library capabilities. Add it to Config.in and propagate this dependency to packages selecting libzip. Fixes: http://autobuild.buildroot.net/results/c50ffa5bf565e75333192edc89e2d39044d07f26/ Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
361 B
Plaintext
13 lines
361 B
Plaintext
config BR2_PACKAGE_LIBZIP
|
|
bool "libzip"
|
|
depends on !BR2_STATIC_LIBS # dlsym()
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
C library for reading, creating, and modifying zip archives. This
|
|
package also contains zipcmp, ziptorrent and zipmerge utilities.
|
|
|
|
http://www.nih.at/libzip/
|
|
|
|
comment "libzip needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|