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:
parent
df8bfa3f8c
commit
bc16d5444f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user