--- elwix/build_3thparty.sh 2013/10/14 12:19:08 1.3.4.1 +++ elwix/build_3thparty.sh 2013/10/14 15:30:28 1.3.4.2 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_3thparty.sh,v 1.3.4.1 2013/10/14 12:19:08 misho Exp $ +# $Id: build_3thparty.sh,v 1.3.4.2 2013/10/14 15:30:28 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -122,6 +122,8 @@ compile_3th() ./build.sh miniupnpc ${CGBUILD} ${PKG} ${TARGET_BUILD} [ $? -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