irssi: drop obsolete configure option
authorRodrigo Rebello <rprebello@gmail.com>
Mon, 19 Jun 2017 06:02:43 +0000 (03:02 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 19 Jun 2017 20:06:15 +0000 (22:06 +0200)
The configure option --with-ncurses has been removed in version 1.0.0
and thus is no longer needed.

Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/irssi/irssi.mk

index ae7986ce986d152f9155e2d1dcec4e79c6f8062f..ef9d0aafbda8e173011b840b6c50cd12423151fe 100644 (file)
@@ -15,7 +15,6 @@ IRSSI_DEPENDENCIES = host-pkgconf libglib2 ncurses openssl
 
 IRSSI_CONF_OPTS = \
        --disable-glibtest \
-       --with-ncurses=$(STAGING_DIR)/usr \
        --without-perl
 
 ifeq ($(BR2_PACKAGE_IRSSI_PROXY),y)