nano: work around broken syntax highlighting regexes

[Thomas: use --with-wordbounds instead of fiddling with CFLAGS.]

Signed-off-by: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Pascal de Bruijn 2015-05-28 20:41:46 +02:00 committed by Thomas Petazzoni
parent df8bfa3f8c
commit bc16d5444f

View File

@ -8,7 +8,9 @@ NANO_VERSION = 2.4.2
NANO_SITE = $(BR2_GNU_MIRROR)/nano
NANO_LICENSE = GPLv3+
NANO_LICENSE_FILES = COPYING
NANO_CONF_OPTS = --without-slang
NANO_CONF_OPTS = \
--without-slang \
--with-wordbounds
NANO_DEPENDENCIES = ncurses
ifeq ($(BR2_PACKAGE_NCURSES_WCHAR),y)