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

version 1.6.2.6, 2012/05/29 14:14:06 version 1.7, 2012/10/12 08:24:44
Line 46  fi Line 46  fi
 case $CMD in  case $CMD in
         sudo)          sudo)
                 cd sudo                  cd sudo
                ./configure --sysconfdir=/etc --libexecdir=/usr/libexec --with-ignore-dot \                ./configure --sysconfdir=/etc --libexecdir=/usr/local/libexec --with-ignore-dot \
                                         --with-tty-tickets --with-env-editor --with-logincap \                                          --with-tty-tickets --with-env-editor --with-logincap \
                                         --with-long-otp-prompt --with-pam --with-logfac=local2 \                                          --with-long-otp-prompt --with-pam --with-logfac=local2 \
                                         ${PFX}                                          ${PFX}
Line 338  case $CMD in Line 338  case $CMD in
                 ;;                  ;;
         istgt)          istgt)
                 cd istgt                  cd istgt
                ./configure ${PFX}                ./configure --enable-symlink-device ${PFX}
                 ${MK} clean                  ${MK} clean
                 ${MK}                  ${MK}
                 install src/istgt ${P}/bin                  install src/istgt ${P}/bin
                 install src/istgtcontrol ${P}/bin                  install src/istgtcontrol ${P}/bin
                 echo ">>> Now rebuild elwix $CMD program ..."  
                 ;;  
         thttpd)  
                 cd thttpd  
                 ./configure ${PFX}  
                 ${MK} clean  
                 ${MK}  
                 ${MK} install  
                 echo ">>> Now rebuild elwix $CMD program ..."                  echo ">>> Now rebuild elwix $CMD program ..."
                 ;;                  ;;
         ntp)          ntp)

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


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