--- elwix/build_3thparty.sh 2021/03/11 13:59:50 1.7 +++ elwix/build_3thparty.sh 2021/03/17 12:41:17 1.7.2.1 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_3thparty.sh,v 1.7 2021/03/11 13:59:50 misho Exp $ +# $Id: build_3thparty.sh,v 1.7.2.1 2021/03/17 12:41:17 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -71,15 +71,6 @@ compile_3th() BUILD_SH="./config/rc.3thparty_helper" -# ${BUILD_SH} expat ${CBUILD} ${PKG} ${TARGET_BUILD} -# [ $? -ne 0 ] && exit 1 -# ${BUILD_SH} libevent ${CBUILD} ${PKG} ${TARGET_BUILD} -# [ $? -ne 0 ] && exit 1 -# ${BUILD_SH} libiconv ${CGBUILD} ${PKG} ${TARGET_BUILD} -# [ $? -ne 0 ] && exit 1 -# ${BUILD_SH} pcre ${CBUILD} ${PKG} ${TARGET_BUILD} -# [ $? -ne 0 ] && exit 1 - for i in ${CROSS_3THPARTY}; do if [ -d "${CROSS_3THPATH}$i" ]; then MK=$(eval echo "\$${i}_MAKE") @@ -90,34 +81,6 @@ compile_3th() fi done -# ${BUILD_SH} iftop ${CBUILD} ${PKG} ${TARGET_BUILD} -# [ $? -ne 0 ] && exit 1 -# ${BUILD_SH} sudo ${CBUILD} ${PKG} ${TARGET_BUILD} -# [ $? -ne 0 ] && exit 1 -# ${BUILD_SH} smartmontools ${CBUILD} ${PKG} ${TARGET_BUILD} -# [ $? -ne 0 ] && exit 1 -# ${BUILD_SH} trafshow ${CBUILD} ${PKG} ${TARGET_BUILD} -# [ $? -ne 0 ] && exit 1 -# ${BUILD_SH} ipsec-tools ${CGBUILD} ${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} -# [ $? -ne 0 ] && exit 1 -# ${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} 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 echo }