--- embedaddon/build.sh 2012/05/29 13:01:25 1.6.2.4 +++ embedaddon/build.sh 2012/05/29 13:44:35 1.6.2.5 @@ -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.5 2012/05/29 13:44:35 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,7 @@ case $CMD in ${MK} clean ${MK} ${MK} install - strip -s ${P}/bin/php +# strip -s ${P}/bin/php strip -s ${P}/bin/php-cgi echo ">>> Now rebuild elwix $CMD program ..." ;;