Diff for /embedaddon/build.sh between versions 1.5 and 1.5.2.2

version 1.5, 2011/10/31 12:56:54 version 1.5.2.2, 2011/11/01 19:37:27
Line 1 Line 1
 #!/bin/sh  #!/bin/sh
 #  #
# (C)`10 PKG-Builder for elwix by Michael Pounov <misho@elwix.org># (C)`10 PKG-Builder for ELWIX by Michael Pounov <misho@elwix.org>
 #  #
# ./build.sh [package] [prefix_dir] [os_specific_set] [other_make_opts ...]# ./build.sh [package] [os_specific_build_set] [prefix_dir] [other_make_opts ...]
 #  #
 # $Id$  # $Id$
 #  #
Line 32  case $CMD in Line 32  case $CMD in
                                         ${PFX}                                          ${PFX}
                 ${MK} clean                  ${MK} clean
                 ${MK}                  ${MK}
                ${MK} install                install src/sudo ${P}/bin
                 ln ${P}/bin/sudo ${P}/bin/sudoedit
                 install plugins/sudoers/sudoreplay ${P}/bin
                 install plugins/sudoers/visudo ${P}/sbin
                 install plugins/sudoers/.libs/sudoers.so ${P}/libexec
                 install src/.libs/libsudo_noexec.so ${P}/libexec
                 echo ">>> Now rebuild elwix firmware image ..."                  echo ">>> Now rebuild elwix firmware image ..."
                 ;;                  ;;
         ntpd)          ntpd)
Line 403  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}
                ${MK} install                install .libs/libpcre.so ${P}/lib
                 install .libs/libpcreposix.so ${P}/lib
                 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 430  case $CMD in Line 438  case $CMD in
                 ./configure --without-python ${PFX}                  ./configure --without-python ${PFX}
                 ${MK} clean                  ${MK} clean
                 ${MK}                  ${MK}
                ${MK} install                install .libs/libxml2.so ${P}/lib
                 cd ..                  cd ..
                 cd php                  cd php
 #               [ ! -r config.log ] && \  #               [ ! -r config.log ] && \

Removed from v.1.5  
changed lines
  Added in v.1.5.2.2


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