Browse Source

ncurses: fixed to only build programs in buildloop 1 when we build the narrowc variant

stable/0.2
Christian Wiese 14 years ago
parent
commit
05493c7a1e
  1. 3
      base/ncurses/ncurses.conf

3
base/ncurses/ncurses.conf

@ -61,6 +61,9 @@ ncurses_preconf() {
# generate separate tic library
var_append confopt ' ' "--with-ticlib"
else
# suppress to build programs
var_append confopt ' ' "--without-progs"
cd ..
# then the things get a bit uglier
if [ "$SDECFG_DISABLE_NLS" != 1 ]; then

Loading…
Cancel
Save