[Buildroot] [PATCH 02/12] xapp_xkbevd: depends on MMU

Jérôme Pouiller jezz at sysmic.org
Fri Sep 12 15:50:01 UTC 2014


Fixes http://sysmic.org/~jezz/results/a9ec03bd:

xkbevd.o: In function `_main':
xkbevd.c:(.text+0x3ca): undefined reference to `_fork'
collect2: ld returned 1 exit status

Signed-off-by: Jérôme Pouiller <jezz at sysmic.org>
---
 package/x11r7/xapp_xkbevd/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x11r7/xapp_xkbevd/Config.in b/package/x11r7/xapp_xkbevd/Config.in
index cf31565..0cbb9e4 100644
--- a/package/x11r7/xapp_xkbevd/Config.in
+++ b/package/x11r7/xapp_xkbevd/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_XAPP_XKBEVD
 	bool "xkbevd"
+	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_XLIB_LIBXKBFILE
 	help
 	  XKB event daemon
-- 
2.1.0



More information about the buildroot mailing list