httping: disable ncurses support
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 12 Mar 2014 00:30:43 +0000 (21:30 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 12 Mar 2014 08:04:13 +0000 (09:04 +0100)
The new version requires ncursesw support so disable it until we've got
support for it. Fixes:
http://autobuild.buildroot.net/results/588/58840df1254034bf77cde3935fd900d1da13de56/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/httping/httping.mk

index dd8abb39a85740d100aa296b46240e6b62cb4539..42d694f74a0681ba0f49d4474962adbac0a5c5b3 100644 (file)
@@ -13,11 +13,10 @@ HTTPING_LDFLAGS = $(if $(BR2_NEEDS_GETTEXT),-lintl) $(TARGET_LDFLAGS)
 HTTPING_DEPENDENCIES = \
        $(if $(BR2_NEEDS_GETTEXT),gettext) \
        $(if $(BR2_PACKAGE_OPENSSL),openssl) \
-       $(if $(BR2_PACKAGE_NCURSES),ncurses) \
        $(if $(BR2_PACKAGE_FFTW),fftw)
 HTTPING_MAKE_OPT = $(TARGET_CONFIGURE_OPTS) \
        FW=$(if $(BR2_PACKAGE_FFTW),yes,no) \
-       NC=$(if $(BR2_PACKAGE_NCURSES),yes,no) \
+       NC=no \
        SSL=$(if $(BR2_PACKAGE_OPENSSL),yes,no) \
        TFO=$(if $(BR2_PACKAGE_HTTPING_TFO),yes,no)