Explorar el Código

util-linux: disable wide-char support

Waldemar Brodkorb hace 9 años
padre
commit
da31b1237e
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 \