Explorar o código

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>
Pascal de Bruijn %!s(int64=10) %!d(string=hai) anos
pai
achega
bc16d5444f
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      package/nano/nano.mk

+ 3 - 1
package/nano/nano.mk

@@ -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)