mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/seatd: daemon needs MMU
Fix the following build failure raised since bump to version 0.6.2 in commitc54f85ca0dand1e98727ae9: /home/buildroot/autobuild/instance-2/output-1/host/opt/ext-toolchain/arm-buildroot-uclinux-uclibcgnueabi/bin/ld.real: seatd-launch.p/seatd-launch_seatd-launch.c.o: in function `main': seatd-launch.c:(.text.startup+0x8a): undefined reference to `fork' Fixes: - http://autobuild.buildroot.org/results/5219b6dac714886c7fa4d3687a13b9dff8338df2 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
8bd40a0303
commit
36602fd41a
@@ -16,6 +16,7 @@ config BR2_PACKAGE_SEATD_BUILTIN
|
||||
|
||||
config BR2_PACKAGE_SEATD_DAEMON
|
||||
bool "seatd daemon"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
Build the seatd daemon and support for it inside libseat.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user