--- elwix/build_3thparty.sh 2012/02/22 15:43:10 1.1.2.3 +++ elwix/build_3thparty.sh 2012/07/06 13:22:20 1.1.2.8 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_3thparty.sh,v 1.1.2.3 2012/02/22 15:43:10 misho Exp $ +# $Id: build_3thparty.sh,v 1.1.2.8 2012/07/06 13:22:20 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -15,6 +15,11 @@ if [ X"${ELWIX_IS_CONFIGURED}" != X"YES" ]; then echo exit 1 fi +V=${VERSION} +[ -r ${CENV} ] && . ${CENV} +unset INSTALL +unset VERSION +VERSION="$V" if [ ! -d $BSDSRC ]; then echo @@ -88,8 +93,6 @@ compile_3th() [ $? -ne 0 ] && exit 1 ./build.sh smartmontools ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 - ./build.sh sqlite3 ${CBUILD} ${PKG} ${TARGET_BUILD} - [ $? -ne 0 ] && exit 1 ./build.sh quagga ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ./build.sh coova-chilli ${CBUILD} ${PKG} ${TARGET_BUILD} @@ -110,7 +113,11 @@ compile_3th() [ $? -ne 0 ] && exit 1 ./build.sh dhcping ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 - ./build.sh thttpd ${CBUILD} ${PKG} ${TARGET_BUILD} + ./build.sh miniupnpd ${CBUILD} ${PKG} ${TARGET_BUILD} + [ $? -ne 0 ] && exit 1 + ./build.sh miniupnpc ${CGBUILD} ${PKG} ${TARGET_BUILD} + [ $? -ne 0 ] && exit 1 + ./build.sh ntp ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1 ./build.sh libxml2 ${CBUILD} ${PKG} ${TARGET_BUILD} [ $? -ne 0 ] && exit 1