diff options
author | Rodrigo Rebello <rprebello@gmail.com> | 2017-06-19 03:02:43 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-19 22:06:15 +0200 |
commit | a97b1e03fe779a67b4ca14f9e08fd4a316e81be5 (patch) | |
tree | 239471dcb279f426a6d1239e14862682a048919d | |
parent | 2e19525f2f4904424caee7bc13be24163fd54216 (diff) | |
download | buildroot-a97b1e03fe779a67b4ca14f9e08fd4a316e81be5.tar.gz buildroot-a97b1e03fe779a67b4ca14f9e08fd4a316e81be5.zip |
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 <rprebello@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/irssi/irssi.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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) |