--- elwix/build_3thparty.sh 2014/06/15 16:03:36 1.4.2.7 +++ elwix/build_3thparty.sh 2014/06/17 23:58:13 1.4.2.8 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_3thparty.sh,v 1.4.2.7 2014/06/15 16:03:36 misho Exp $ +# $Id: build_3thparty.sh,v 1.4.2.8 2014/06/17 23:58:13 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -85,16 +85,12 @@ compile_3th() [ $? -ne 0 ] && exit 1 ${BUILD_SH} scan_ffs ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 -# ${BUILD_SH} istgt ${CBUILD} ${PKG} ${TARGET_BUILD} -# [ $? -ne 0 ] && exit 1 ${BUILD_SH} rsync ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ${BUILD_SH} ttcp ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ${BUILD_SH} mpd ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 - ${BUILD_SH} mrouted ${CGBUILD} ${PKG} ${TARGET_BUILD} - [ $? -ne 0 ] && exit 1 ${BUILD_SH} igmpproxy ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ${BUILD_SH} sudo ${CBUILD} ${PKG} ${TARGET_BUILD} @@ -117,8 +113,8 @@ compile_3th() [ $? -ne 0 ] && exit 1 ${BUILD_SH} trafshow ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 - ${BUILD_SH} ipsec-tools ${CBUILD} ${PKG} ${TARGET_BUILD} - [ $? -ne 0 ] && exit 1 +# ${BUILD_SH} ipsec-tools ${CBUILD} ${PKG} ${TARGET_BUILD} +# [ $? -ne 0 ] && exit 1 # ${BUILD_SH} dhcp ${CBUILD} ${PKG} ${TARGET_BUILD} # [ $? -ne 0 ] && exit 1 # ${BUILD_SH} dhcping ${CBUILD} ${PKG} ${TARGET_BUILD} @@ -131,14 +127,14 @@ compile_3th() [ $? -ne 0 ] && exit 1 ${BUILD_SH} ntp ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 - ${BUILD_SH} spawn-fcgi ${CBUILD} ${PKG} ${TARGET_BUILD} - [ $? -ne 0 ] && exit 1 - ${BUILD_SH} lighttpd ${CBUILD} ${PKG} ${TARGET_BUILD} - [ $? -ne 0 ] && exit 1 - ${BUILD_SH} libxml2 ${CBUILD} ${PKG} ${TARGET_BUILD} - [ $? -ne 0 ] && exit 1 - ${BUILD_SH} php ${CBUILD} ${PKG} ${TARGET_BUILD} - [ $? -ne 0 ] && exit 1 +# ${BUILD_SH} spawn-fcgi ${CBUILD} ${PKG} ${TARGET_BUILD} +# [ $? -ne 0 ] && exit 1 +# ${BUILD_SH} lighttpd ${CBUILD} ${PKG} ${TARGET_BUILD} +# [ $? -ne 0 ] && exit 1 +# ${BUILD_SH} libxml2 ${CBUILD} ${PKG} ${TARGET_BUILD} +# [ $? -ne 0 ] && exit 1 +# ${BUILD_SH} php ${CBUILD} ${PKG} ${TARGET_BUILD} +# [ $? -ne 0 ] && exit 1 } install_3th() @@ -187,11 +183,11 @@ build_3th() ### main() if ! SnitVer ${PKG}/elwix.ver; then - clean_3th - compile_3th + clean_3th || exit 1 + compile_3th || exit 1 - install_3th - build_3th + install_3th || exit 1 + build_3th || exit 1 echo "ELWIX Platform:${PLATFORM} Version:${VERSION} TargetArch:${TARGET_ARCH}" >${PKG}/elwix.ver else