Diff for /elwix/build_3thparty.sh between versions 1.4.2.8 and 1.4.2.9

version 1.4.2.8, 2014/06/17 23:58:13 version 1.4.2.9, 2014/07/01 18:02:20
Line 125  compile_3th() Line 125  compile_3th()
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ${BUILD_SH} miniupnpc ${CGBUILD} ${PKG} ${TARGET_BUILD}          ${BUILD_SH} miniupnpc ${CGBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
           echo ${BUILD_SH} ntp ${CBUILD} ${PKG} ${TARGET_BUILD}
         ${BUILD_SH} ntp ${CBUILD} ${PKG} ${TARGET_BUILD}          ${BUILD_SH} ntp ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
 #       ${BUILD_SH} spawn-fcgi ${CBUILD} ${PKG} ${TARGET_BUILD}  #       ${BUILD_SH} spawn-fcgi ${CBUILD} ${PKG} ${TARGET_BUILD}
Line 135  compile_3th() Line 136  compile_3th()
 #       [ $? -ne 0 ] && exit 1  #       [ $? -ne 0 ] && exit 1
 #       ${BUILD_SH} php ${CBUILD} ${PKG} ${TARGET_BUILD}  #       ${BUILD_SH} php ${CBUILD} ${PKG} ${TARGET_BUILD}
 #       [ $? -ne 0 ] && exit 1  #       [ $? -ne 0 ] && exit 1
           echo
 }  }
   
 install_3th()  install_3th()

Removed from v.1.4.2.8  
changed lines
  Added in v.1.4.2.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>