--- embedaddon/build.sh 2012/05/29 12:22:25 1.6.2.3 +++ 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.3 2012/05/29 12:22: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,8 +307,8 @@ case $CMD in ${MK} clean ${MK} ${MK} install - strip ${P}/bin/php - strip ${P}/bin/php-cgi +# strip -s ${P}/bin/php + strip -s ${P}/bin/php-cgi echo ">>> Now rebuild elwix $CMD program ..." ;; scan_ffs)