summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérôme Pouiller <jezz@sysmic.org>2014-09-12 17:50:03 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-09-12 23:18:19 +0200
commit41d2979fe3d4dc688d64bd009f2c7ddab060af35 (patch)
treec1adb64e78def49260743f4001e332e04de5466e
parentd1ac782486a83b893c3091e378deed126e03124a (diff)
downloadbuildroot-41d2979fe3d4dc688d64bd009f2c7ddab060af35.tar.gz
buildroot-41d2979fe3d4dc688d64bd009f2c7ddab060af35.zip
xapp_xsm: depends on MMU
Fixes: http://sysmic.org/~jezz/results/455f2788: remote.o: In function `_remote_start': remote.c:(.text+0x74): undefined reference to `_fork' restart.o: In function `_Clone': restart.c:(.text+0x5a8): undefined reference to `_fork' restart.o: In function `_Restart': restart.c:(.text+0xa44): undefined reference to `_fork' collect2: ld returned 1 exit status Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/x11r7/xapp_xsm/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/x11r7/xapp_xsm/Config.in b/package/x11r7/xapp_xsm/Config.in
index d06dc6c399..88f20cf65e 100644
--- a/package/x11r7/xapp_xsm/Config.in
+++ b/package/x11r7/xapp_xsm/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_XAPP_XSM
bool "xsm"
+ depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_XLIB_LIBXAW
help
X Session Manager
OpenPOWER on IntegriCloud