From be35fb3259e89a5ad1831f2a746932d2a0d23662 Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Tue, 10 Jun 2008 12:53:38 +0200 Subject: [PATCH] Update to e2fsprogs 1.40.10 --- compile.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/compile.sh b/compile.sh index 41492699..2be6e5f1 100755 --- a/compile.sh +++ b/compile.sh @@ -21,8 +21,8 @@ else compiledir=$1 if [ "$1" != "$CC" ]; then - VER_E2FSPROGS=1.40.7 -# VER_E2FSPROGS=1.40.2 + VER_E2FSPROGS=1.40.10 +# VER_E2FSPROGS=1.40.7 crosscompile_target=$1 TESTDISKCC=$crosscompile_target-gcc # CC="$crosscompile_target-gcc -mno-cygwin" @@ -76,6 +76,7 @@ if [ ! -e $compiledir/e2fsprogs-$VER_E2FSPROGS/Makefile ]; then if [ -e $compiledir/e2fsprogs-$VER_E2FSPROGS/configure ]; then + rm -f $compiledir/Makefile cd $compiledir/e2fsprogs-$VER_E2FSPROGS CC=$TESTDISKCC CFLAGS="$CFLAGS -DOMIT_COM_ERR" ./configure --host=$crosscompile_target --prefix=$prefix cd $pwd_saved @@ -112,6 +113,7 @@ if [ ! -e $compiledir/progsreiserfs-$VER_PROGSREISERFS/Makefile ]; then if [ -e $compiledir/progsreiserfs-$VER_PROGSREISERFS/configure ]; then +# rm -f $compiledir/Makefile cd $compiledir/progsreiserfs-$VER_PROGSREISERFS ./configure --host=$crosscompile_target --prefix=$prefix --disable-nls --disable-Werror cd $pwd_saved @@ -150,6 +152,7 @@ if [ ! -e $compiledir/ntfsprogs-$VER_NTFSPROGS/Makefile ]; then if [ -e $compiledir/ntfsprogs-$VER_NTFSPROGS/configure ]; then +# rm -f $compiledir/Makefile cd $compiledir/ntfsprogs-$VER_NTFSPROGS # --disable-default-device-io-ops is need for NT 4 CC=$TESTDISKCC ./configure --host=$crosscompile_target --prefix=$prefix --disable-default-device-io-ops --disable-crypto @@ -195,6 +198,7 @@ if [ ! -e $compiledir/libewf-$VER_LIBEWF/Makefile ]; then if [ -e $compiledir/libewf-$VER_LIBEWF/configure ]; then +# rm -f $compiledir/Makefile cd $compiledir/libewf-$VER_LIBEWF CC=$TESTDISKCC ./configure --host=$crosscompile_target --prefix=$prefix cd $pwd_saved