libvncserver: disable on nios2, due to binutils issues
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Dec 2015 22:02:45 +0000 (23:02 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Dec 2015 22:02:45 +0000 (23:02 +0100)
Fixes:

  http://autobuild.buildroot.org/results/469/469d5667f05ca6954805772fcaaa2b33dfdc6167/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libvncserver/Config.in

index 28fbaa583362795b5ecdda853773e6e634e53a66..460aa784e9b48c552f78a8be6c84cd40a037ad25 100644 (file)
@@ -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.