From df529b5d88450df0e8c3c4834bd8b20c04714b02 Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Mon, 30 Jun 2008 07:53:31 +0200 Subject: [PATCH] When using libncurses.a under MacOS X, users may be unable to use the arrow keys. Don't use libncurses.a by default --- compile.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compile.sh b/compile.sh index c452651f..a64c57e1 100755 --- a/compile.sh +++ b/compile.sh @@ -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