Browse Source

util-linux: disable wide-char support

Waldemar Brodkorb 7 years ago
parent
commit
da31b1237e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/util-linux/Makefile

+ 3 - 0
package/util-linux/Makefile

@@ -73,6 +73,9 @@ TARGET_LDFLAGS+=	-ltinfo
 CONFIGURE_ARGS+=	--exec-prefix=/usr \
 			--libdir=/usr/lib \
 			--with-pic \
+			--with-ncurses \
+			--without-ncursesw \
+			--disable-widechar \
 			--disable-use-tty-group \
 			--disable-chfn-chsh \
 			--disable-more \