diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-22 15:35:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-22 15:35:07 +0100 |
commit | da31b1237edfc301d8d5f9647fc342f187e116d0 (patch) | |
tree | 18984339ffb9c268ab603344ba3f5fdaab4e8f7b /package/util-linux | |
parent | 21b1aee7b2d0c9fc0f4e7f43c64f9281eda10504 (diff) |
util-linux: disable wide-char support
Diffstat (limited to 'package/util-linux')
-rw-r--r-- | package/util-linux/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index 1b73f505b..11f7390f0 100644 --- a/package/util-linux/Makefile +++ b/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 \ |