Diff for /embedaddon/build.sh between versions 1.6.2.8 and 1.8.2.1

version 1.6.2.8, 2012/10/09 09:14:35 version 1.8.2.1, 2013/07/22 08:30:41
Line 43  if [ $P = "/tmp/elwix" ]; then Line 43  if [ $P = "/tmp/elwix" ]; then
         install -d /tmp/elwix/share          install -d /tmp/elwix/share
 fi  fi
   
   find . -name .deps -type d -exec rm -rf {} \;
   
 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 281  case $CMD in Line 283  case $CMD in
                 ;;                  ;;
         pcre)          pcre)
                 cd pcre                  cd pcre
                ./configure --enable-utf8 --enable-unicode-properties ${PFX}                ./configure --enable-utf --enable-unicode-properties --enable-pcre8 \
                                 --enable-pcre16 --enable-pcre32 ${PFX}
                 ${MK} clean                  ${MK} clean
                 ${MK}                  ${MK}
                 ${MK} install                  ${MK} install

Removed from v.1.6.2.8  
changed lines
  Added in v.1.8.2.1


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