--- embedaddon/build.sh 2013/08/05 13:13:03 1.10 +++ embedaddon/build.sh 2014/01/05 23:18:11 1.11 @@ -4,7 +4,7 @@ # # ./build.sh [package] [make_tool] [prefix_dir] [build_arch_str] # -# $Id: build.sh,v 1.10 2013/08/05 13:13:03 misho Exp $ +# $Id: build.sh,v 1.11 2014/01/05 23:18:11 misho Exp $ # CMD=$1 @@ -341,6 +341,35 @@ case $CMD in --enable-DCF7000 --enable-HOPF6021 --enable-MEINBERG --enable-RAWDCF \ --enable-RCC8000 --enable-SCHMID --enable-TRIMTAIP --enable-TRIMTSIP \ --enable-WHARTON --enable-VARITEXT ${PFX} || exit 1 + ${MK} clean || exit 1 + ${MK} || exit 1 + ${MK} install || exit 1 + echo ">>> Now rebuild elwix $CMD program ..." + ;; + nginx) + cd nginx + ./configure --conf-path=/etc/nginx.conf --user=www --group=www \ + --pid-path=/var/run/nginx.pid \ + --error-log-path=/var/log/nginx-error.log \ + --lock-path=/var/run/nging.lock \ + --http-log-path=/var/log/nginx-access.log --with-ipv6 \ + --with-http_ssl_module --with-http_mp4_module ${PFX} || exit 1 +# ${MK} clean || exit 1 + ${MK} || exit 1 +# ${MK} install || exit 1 + echo ">>> Now rebuild elwix $CMD program ..." + ;; + spawn-fcgi) + cd spawn-fcgi + ./configure ${PFX} || exit 1 + ${MK} clean || exit 1 + ${MK} || exit 1 + ${MK} install || exit 1 + echo ">>> Now rebuild elwix $CMD program ..." + ;; + lighttpd) + cd lighttpd + ./configure --enable-static --with-openssl ${PFX} || exit 1 ${MK} clean || exit 1 ${MK} || exit 1 ${MK} install || exit 1