summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2014-08-09 15:34:35 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-08-16 00:32:26 +0200
commit3d13ab8ecc6103bd42244cf7133fed5f90e129e5 (patch)
tree845df06060973fa6cb53ac48ca34df62b3ab6a5f
parent7502da865b512078cf5094ce750ffeffb57aabcf (diff)
downloadbuildroot-3d13ab8ecc6103bd42244cf7133fed5f90e129e5.tar.gz
buildroot-3d13ab8ecc6103bd42244cf7133fed5f90e129e5.zip
xapp_rstart: Depends on MMU
Fixes CCLD rstartd.real auth.o: In function `_do_auth': auth.c:(.text+0x6a): undefined reference to `_fork' server.o: In function `_detach': server.c:(.text+0x80a): undefined reference to `_fork' To reproduce use this defconfig http://autobuild.buildroot.net/results/8d5/8d5ad404fab7ec2a501972ba9c08b0109e420b80/defconfig Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/x11r7/xapp_rstart/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/x11r7/xapp_rstart/Config.in b/package/x11r7/xapp_rstart/Config.in
index 1bf61b3a34..3c1d5a9e1e 100644
--- a/package/x11r7/xapp_rstart/Config.in
+++ b/package/x11r7/xapp_rstart/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_XAPP_RSTART
bool "rstart"
+ depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_XLIB_LIBX11
help
X.Org rstart application
OpenPOWER on IntegriCloud