From 8b093218c452a4846c1db0c01300db8086d130c0 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 30 Dec 2015 23:02:45 +0100 Subject: [PATCH] libvncserver: disable on nios2, due to binutils issues Fixes: http://autobuild.buildroot.org/results/469/469d5667f05ca6954805772fcaaa2b33dfdc6167/ Signed-off-by: Thomas Petazzoni --- package/libvncserver/Config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/libvncserver/Config.in b/package/libvncserver/Config.in index 28fbaa5833..460aa784e9 100644 --- a/package/libvncserver/Config.in +++ b/package/libvncserver/Config.in @@ -1,6 +1,8 @@ config BR2_PACKAGE_LIBVNCSERVER bool "libvncserver" depends on BR2_USE_MMU # VNCommand.c uses fork() + # binutils issue (bad expression) + depends on !BR2_nios2 help libvncserver is a VNC server/client library. -- 2.30.2