Commit bc16d544 authored by Pascal de Bruijn's avatar Pascal de Bruijn Committed by Thomas Petazzoni
Browse files

nano: work around broken syntax highlighting regexes



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

Signed-off-by: default avatarPascal de Bruijn <pmjdebruijn@pcode.nl>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent df8bfa3f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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)