48f7900993
Fix the following build failure raised since the addition of the package
in commit c618da772d
:
/home/giuliobenetti/autobuild/run/instance-0/output-1/host/opt/ext-toolchain/arm-buildroot-uclinux-uclibcgnueabi/bin/ld.real: src/zck_gen_zdict.p/zck_gen_zdict.c.o: in function `main':
zck_gen_zdict.c:(.text.startup+0x254): undefined reference to `fork'
Fixes:
- http://autobuild.buildroot.org/results/582b994372435b8c35a56345c15bd0ffc722af79
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
11 lines
330 B
Plaintext
11 lines
330 B
Plaintext
config BR2_PACKAGE_ZCHUNK
|
|
bool "zchunk"
|
|
depends on BR2_USE_MMU # fork()
|
|
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
|