mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
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:
committed by
Thomas Petazzoni
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)
|
||||
|
||||
Reference in New Issue
Block a user