package/nano: drop unrecognized option
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 10 Jan 2021 19:58:51 +0000 (20:58 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 11 Jan 2021 19:36:32 +0000 (20:36 +0100)
wordbounds option has been removed since version 4.0 and
https://git.savannah.gnu.org/cgit/nano.git/commit?id=798695ff1ec0bec2605eb490008f2968a5e8c264

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/nano/nano.mk

index a86474bfb4f462d543e64dae1351bff6b95c06a4..bde287bb32679d63fa2adce0c2c590100c0102cb 100644 (file)
@@ -10,9 +10,7 @@ NANO_SITE = https://www.nano-editor.org/dist/v$(NANO_VERSION_MAJOR)
 NANO_SOURCE = nano-$(NANO_VERSION).tar.xz
 NANO_LICENSE = GPL-3.0+
 NANO_LICENSE_FILES = COPYING
-NANO_CONF_OPTS = \
-       --without-slang \
-       --with-wordbounds
+NANO_CONF_OPTS = --without-slang
 NANO_DEPENDENCIES = ncurses
 
 ifeq ($(BR2_PACKAGE_NCURSES_WCHAR),y)