c6610c3f59
Fix the following build failure raised since the addition of the package
in commit c618da772d
:
../output-1/build/zchunk-1.1.16/meson.build:35:4: ERROR: C shared or static library 'argp' not found
Fixes:
- http://autobuild.buildroot.org/results/f82d06e95ac497aa8215268a7a58e929a05b32e3
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
297 B
Plaintext
10 lines
297 B
Plaintext
config BR2_PACKAGE_ZCHUNK
|
|
bool "zchunk"
|
|
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
|
select BR2_PACKAGE_LIBCURL
|
|
help
|
|
A file format designed for highly efficient deltas while
|
|
maintaining good compression.
|
|
|
|
https://github.com/zchunk/zchunk
|