Diff for /embedaddon/build.sh between versions 1.10.4.2 and 1.10.4.3

version 1.10.4.2, 2013/10/14 10:45:02 version 1.10.4.3, 2013/10/14 15:26:50
Line 359  case $CMD in Line 359  case $CMD in
 #               ${MK} install || exit 1  #               ${MK} install || exit 1
                 echo ">>> Now rebuild elwix $CMD program ..."                  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)          lighttpd)
                 cd lighttpd                  cd lighttpd
                 ./configure --enable-static --with-openssl ${PFX} || exit 1                  ./configure --enable-static --with-openssl ${PFX} || exit 1

Removed from v.1.10.4.2  
changed lines
  Added in v.1.10.4.3


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