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:
parent
b849a82750
commit
df529b5d88
1 changed files with 3 additions and 2 deletions
|
@ -228,8 +228,9 @@ then
|
||||||
case "$crosscompile_target" in
|
case "$crosscompile_target" in
|
||||||
powerpc-apple-darwin)
|
powerpc-apple-darwin)
|
||||||
# libewf should work under MacOSX but it hasn't been tested
|
# libewf should work under MacOSX but it hasn't been tested
|
||||||
# use --with-ncurses, so the binaries don't need libncurses
|
# use --with-ncurses-lib=$prefix/usr/lib to get binaries that 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
|
# 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)
|
i586-pc-msdosdjgpp)
|
||||||
$confdir/configure --host=$crosscompile_target --prefix=$prefix $CONFIGUREOPT --without-ewf --without-iconv
|
$confdir/configure --host=$crosscompile_target --prefix=$prefix $CONFIGUREOPT --without-ewf --without-iconv
|
||||||
|
|
Loading…
Reference in a new issue