From: Rodrigo Rebello Date: Mon, 19 Jun 2017 06:02:43 +0000 (-0300) Subject: irssi: drop obsolete configure option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a97b1e03fe779a67b4ca14f9e08fd4a316e81be5;p=buildroot.git irssi: drop obsolete configure option The configure option --with-ncurses has been removed in version 1.0.0 and thus is no longer needed. Signed-off-by: Rodrigo Rebello Signed-off-by: Thomas Petazzoni --- diff --git a/package/irssi/irssi.mk b/package/irssi/irssi.mk index ae7986ce98..ef9d0aafbd 100644 --- a/package/irssi/irssi.mk +++ b/package/irssi/irssi.mk @@ -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)