Diff for /elwix/build_3thparty.sh between versions 1.4.2.2 and 1.4.2.3

version 1.4.2.2, 2014/01/07 09:26:42 version 1.4.2.3, 2014/01/07 09:27:55
Line 73  compile_3th() Line 73  compile_3th()
   
         BUILD_SH="./config/rc.3thparty_helper"          BUILD_SH="./config/rc.3thparty_helper"
   
         cd $CROSS_3TH  
         ${BUILD_SH} expat ${CBUILD} ${PKG} ${TARGET_BUILD}          ${BUILD_SH} expat ${CBUILD} ${PKG} ${TARGET_BUILD}
         [ $? -ne 0 ] && exit 1          [ $? -ne 0 ] && exit 1
         ./build.sh libevent ${CBUILD} ${PKG} ${TARGET_BUILD}          ./build.sh libevent ${CBUILD} ${PKG} ${TARGET_BUILD}
Line 142  compile_3th() Line 141  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
         cd -  
 }  }
   
 install_3th()  install_3th()

Removed from v.1.4.2.2  
changed lines
  Added in v.1.4.2.3


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