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

version 1.6.2.3, 2012/05/29 12:22:25 version 1.6.2.6, 2012/05/29 14:14:06
Line 119  case $CMD in Line 119  case $CMD in
                 ;;                  ;;
         ipsec-tools)          ipsec-tools)
                 cd ipsec-tools                  cd ipsec-tools
                ./configure --enable-shared --sysconfdir=/etc/racoon --localstatedir=/var/db \                ./configure --enable-shared --sysconfdir=/etc/racoon --localstatedir=/var/run \
                                  --enable-debug --enable-ipv6 --enable-adminport --enable-stats \                                   --enable-debug --enable-ipv6 --enable-adminport --enable-stats \
                                  --enable-dpd --enable-natt=yes --enable-frag --enable-hybrid \                                   --enable-dpd --enable-natt=yes --enable-frag --enable-hybrid \
                                  --without-libpam --disable-gssapi --with-libradius --without-libldap \                                   --without-libpam --disable-gssapi --with-libradius --without-libldap \
Line 307  case $CMD in Line 307  case $CMD in
                 ${MK} clean                  ${MK} clean
                 ${MK}                  ${MK}
                 ${MK} install                  ${MK} install
                strip ${P}/bin/php#                strip -s ${P}/bin/php
                strip ${P}/bin/php-cgi                rm -f ${P}/bin/php
                 strip -s ${P}/bin/php-cgi
                 echo ">>> Now rebuild elwix $CMD program ..."                  echo ">>> Now rebuild elwix $CMD program ..."
                 ;;                  ;;
         scan_ffs)          scan_ffs)

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


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