When using libncurses.a under MacOS X, users may be unable to use the arrow keys.

Don't use libncurses.a by default
This commit is contained in:
Christophe Grenier 2008-06-30 07:53:31 +02:00
parent b849a82750
commit df529b5d88

View file

@ -228,8 +228,9 @@ then
case "$crosscompile_target" in
powerpc-apple-darwin)
# libewf should work under MacOSX but it hasn't been tested
# use --with-ncurses, so the binaries don't need libncurses
$confdir/configure --host=$crosscompile_target --prefix=$prefix $CONFIGUREOPT --without-ewf --enable-sudo --with-sudo-bin=/usr/bin/sudo --with-ncurses-lib=$prefix/usr/lib
# use --with-ncurses-lib=$prefix/usr/lib to get binaries that don't need libncurses
# but users may be unable to navigate...
$confdir/configure --host=$crosscompile_target --prefix=$prefix $CONFIGUREOPT --without-ewf --enable-sudo --with-sudo-bin=/usr/bin/sudo
;;
i586-pc-msdosdjgpp)
$confdir/configure --host=$crosscompile_target --prefix=$prefix $CONFIGUREOPT --without-ewf --without-iconv