--- embedaddon/build.sh 2013/10/14 09:39:57 1.10.4.1 +++ embedaddon/build.sh 2013/10/14 10:45:02 1.10.4.2 @@ -4,7 +4,7 @@ # # ./build.sh [package] [make_tool] [prefix_dir] [build_arch_str] # -# $Id: build.sh,v 1.10.4.1 2013/10/14 09:39:57 misho Exp $ +# $Id: build.sh,v 1.10.4.2 2013/10/14 10:45:02 misho Exp $ # CMD=$1 @@ -349,11 +349,19 @@ case $CMD in nginx) cd nginx ./configure --conf-path=/etc/nginx.conf --user=www --group=www \ - --with-openssl=/usr --pid-path=/var/run/nginx.pid \ + --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 + --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 ..." + ;; + lighttpd) + cd lighttpd + ./configure --enable-static --with-openssl ${PFX} || exit 1 ${MK} clean || exit 1 ${MK} || exit 1 ${MK} install || exit 1