diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/ncurses/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index 249cc8839..7f65a91b0 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -34,7 +34,9 @@ CONFIGURE_ARGS+= --without-cxx \ --disable-termcap \ --enable-symlinks \ --without-ada \ + --without-normal \ --with-shared \ + --enable-pc-files \ --with-termlib \ --without-debug \ --without-profile \ @@ -46,6 +48,7 @@ CONFIGURE_ARGS+= --without-cxx \ --with-default-terminfo-dir=/usr/share/terminfo \ --disable-big-core \ --disable-home-terminfo \ + --disable-assertions \ --without-rcs-ids \ --enable-const ALL_TARGET:= libs |