diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-12 15:05:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-12 15:05:37 +0200 |
commit | 5ae07d502ef20c6144f54ec0f860639531f20aa4 (patch) | |
tree | 10ea0fce52334e362a79102c5ce7b058fd2ec70e /package/ncurses/Makefile | |
parent | 3263b3bd1dec97ed878d8a4428b15bffb0d9abfe (diff) |
finetune configure args
Diffstat (limited to 'package/ncurses/Makefile')
-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 |