Diff for /embedaddon/build.sh between versions 1.5.2.3 and 1.5.2.4

version 1.5.2.3, 2011/11/01 21:38:11 version 1.5.2.4, 2011/11/02 01:04:13
Line 408  case $CMD in Line 408  case $CMD in
                 ./configure --enable-utf8 --enable-unicode-properties ${PFX}                  ./configure --enable-utf8 --enable-unicode-properties ${PFX}
                 ${MK} clean                  ${MK} clean
                 ${MK}                  ${MK}
                install .libs/libpcre.so.* ${P}/lib                ${MK} install
                install .libs/libpcreposix.so.* ${P}/lib#                install .libs/libpcre.so.* ${P}/lib
                install .libs/libpcrecpp.so.* ${P}/lib#                install .libs/libpcreposix.so.* ${P}/lib
                rm -f ${P}/lib/libpcrecpp.so*T ${P}/lib/libpcreposix.so*T#                install .libs/libpcrecpp.so.* ${P}/lib
 #                rm -f ${P}/lib/libpcrecpp.so*T ${P}/lib/libpcreposix.so*T
                 echo ">>> Now rebuild elwix firmware image ..."                  echo ">>> Now rebuild elwix firmware image ..."
                 ;;                  ;;
         spawn-fcgi)          spawn-fcgi)
Line 438  case $CMD in Line 439  case $CMD in
                 ./configure --without-python ${PFX}                  ./configure --without-python ${PFX}
                 ${MK} clean                  ${MK} clean
                 ${MK}                  ${MK}
                install .libs/libxml2.so.* ${P}/lib                ${MK} install
 #               install xml2-config ${P}/bin
 #                install .libs/libxml2.so.* ${P}/lib
                 cd ..                  cd ..
                 cd php                  cd php
 #               [ ! -r config.log ] && \  #               [ ! -r config.log ] && \
                 ./configure --localstatedir=/var --with-config-file-scan-dir=/etc/php --disable-all \                  ./configure --localstatedir=/var --with-config-file-scan-dir=/etc/php --disable-all \
                        --enable-libxml=../libxml2/.libs --with-openssl \                        --enable-xml --enable-libxml --with-libxml-dir=${P} --with-openssl \
                         --enable-zip --enable-sqlite-utf8 ${PFX}                          --enable-zip --enable-sqlite-utf8 ${PFX}
                 ${MK} clean                  ${MK} clean
                 ${MK}                  ${MK}

Removed from v.1.5.2.3  
changed lines
  Added in v.1.5.2.4


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