--- elwix/Attic/build_cross.sh 2011/07/20 16:29:01 1.1.1.1.2.7 +++ elwix/Attic/build_cross.sh 2011/07/22 10:44:37 1.1.1.1.2.8 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_cross.sh,v 1.1.1.1.2.7 2011/07/20 16:29:01 misho Exp $ +# $Id: build_cross.sh,v 1.1.1.1.2.8 2011/07/22 10:44:37 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -229,18 +229,12 @@ compile_3th() echo "+++ Compile ELWIX 3th party ..." cd $CROSS_3TH - ./build.sh expat ${CBUILD} ${PKG} - [ $? -ne 0 ] && exit 1 ./build.sh libevent ${CBUILD} ${PKG} [ $? -ne 0 ] && exit 1 ./build.sh lzo ${CBUILD} ${PKG} [ $? -ne 0 ] && exit 1 ./build.sh libiconv ${CGBUILD} ${PKG} [ $? -ne 0 ] && exit 1 - ./build.sh libgcrypt ${CGBUILD} ${PKG} - [ $? -ne 0 ] && exit 1 - ./build.sh curl ${CBUILD} ${PKG} - [ $? -ne 0 ] && exit 1 ./build.sh pcre ${CBUILD} ${PKG} [ $? -ne 0 ] && exit 1 ./build.sh mini_sendmail ${CBUILD} ${PKG} @@ -303,7 +297,7 @@ compile_3th() [ $? -ne 0 ] && exit 1 ./build.sh arping ${CBUILD} ${PKG} [ $? -ne 0 ] && exit 1 - ./build.sh hping2 ${CGBUILD} ${PKG} + ./build.sh hping ${CGBUILD} ${PKG} [ $? -ne 0 ] && exit 1 ./build.sh trafshow ${CBUILD} ${PKG} [ $? -ne 0 ] && exit 1 @@ -314,8 +308,6 @@ compile_3th() ./build.sh dhcping ${CBUILD} ${PKG} [ $? -ne 0 ] && exit 1 ./build.sh dhcdrop ${CBUILD} ${PKG} - [ $? -ne 0 ] && exit 1 - ./build.sh pure-ftpd ${CBUILD} ${PKG} [ $? -ne 0 ] && exit 1 ./build.sh spawn-fcgi ${CBUILD} ${PKG} [ $? -ne 0 ] && exit 1