--- embedaddon/build.sh 2013/08/05 13:13:03 1.10 +++ embedaddon/build.sh 2013/10/14 09:39:57 1.10.4.1 @@ -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.10.4.1 2013/10/14 09:39:57 misho Exp $ # CMD=$1 @@ -341,6 +341,19 @@ 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 \ + --with-openssl=/usr --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 ${MK} clean || exit 1 ${MK} || exit 1 ${MK} install || exit 1