[Buildroot] [git commit branch/2017.05.x] irssi: drop obsolete configure option

Peter Korsgaard peter at korsgaard.com
Wed Jul 19 13:50:44 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=8e736f0f1c677c6be91f02f265453dd752fbdf75
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2017.05.x

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 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
(cherry picked from commit a97b1e03fe779a67b4ca14f9e08fd4a316e81be5)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/irssi/irssi.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/irssi/irssi.mk b/package/irssi/irssi.mk
index ae7986c..ef9d0aa 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)


More information about the buildroot mailing list