package/zchunk: needs MMU
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>
This commit is contained in:
parent
5ba47c2d4e
commit
48f7900993
@ -1,5 +1,6 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user