Diff for /embedaddon/build.sh between versions 1.6.2.6 and 1.6.2.7

version 1.6.2.6, 2012/05/29 14:14:06 version 1.6.2.7, 2012/07/06 13:21:28
Line 345  case $CMD in Line 345  case $CMD in
                 install src/istgtcontrol ${P}/bin                  install src/istgtcontrol ${P}/bin
                 echo ">>> Now rebuild elwix $CMD program ..."                  echo ">>> Now rebuild elwix $CMD program ..."
                 ;;                  ;;
         thttpd)  
                 cd thttpd  
                 ./configure ${PFX}  
                 ${MK} clean  
                 ${MK}  
                 ${MK} install  
                 echo ">>> Now rebuild elwix $CMD program ..."  
                 ;;  
         ntp)          ntp)
                 cd ntp                  cd ntp
                 ./configure --without-ntpsnmpd --with-crypto --enable-ipv6 --enable-BANCOMM \                  ./configure --without-ntpsnmpd --with-crypto --enable-ipv6 --enable-BANCOMM \

Removed from v.1.6.2.6  
changed lines
  Added in v.1.6.2.7


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