--- embedaddon/build.sh 2012/05/29 13:01:25 1.6.2.4 +++ embedaddon/build.sh 2012/07/06 13:21:28 1.6.2.7 @@ -4,7 +4,7 @@ # # ./build.sh [package] [make_tool] [prefix_dir] [build_arch_str] # -# $Id: build.sh,v 1.6.2.4 2012/05/29 13:01:25 misho Exp $ +# $Id: build.sh,v 1.6.2.7 2012/07/06 13:21:28 misho Exp $ # CMD=$1 @@ -119,7 +119,7 @@ case $CMD in ;; 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-dpd --enable-natt=yes --enable-frag --enable-hybrid \ --without-libpam --disable-gssapi --with-libradius --without-libldap \ @@ -307,7 +307,8 @@ case $CMD in ${MK} clean ${MK} ${MK} install - strip -s ${P}/bin/php +# strip -s ${P}/bin/php + rm -f ${P}/bin/php strip -s ${P}/bin/php-cgi echo ">>> Now rebuild elwix $CMD program ..." ;; @@ -342,14 +343,6 @@ case $CMD in ${MK} install src/istgt ${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 ..." ;; ntp)