--- embedaddon/build.sh 2012/05/29 13:44:35 1.6.2.5 +++ embedaddon/build.sh 2012/10/10 14:48:56 1.6.2.9 @@ -4,7 +4,7 @@ # # ./build.sh [package] [make_tool] [prefix_dir] [build_arch_str] # -# $Id: build.sh,v 1.6.2.5 2012/05/29 13:44:35 misho Exp $ +# $Id: build.sh,v 1.6.2.9 2012/10/10 14:48:56 misho Exp $ # CMD=$1 @@ -46,7 +46,7 @@ fi case $CMD in sudo) cd sudo - ./configure --sysconfdir=/etc --libexecdir=/usr/libexec --with-ignore-dot \ + ./configure --sysconfdir=/etc --libexecdir=/usr/local/libexec --with-ignore-dot \ --with-tty-tickets --with-env-editor --with-logincap \ --with-long-otp-prompt --with-pam --with-logfac=local2 \ ${PFX} @@ -308,6 +308,7 @@ case $CMD in ${MK} ${MK} install # strip -s ${P}/bin/php + rm -f ${P}/bin/php strip -s ${P}/bin/php-cgi echo ">>> Now rebuild elwix $CMD program ..." ;; @@ -337,19 +338,11 @@ case $CMD in ;; istgt) cd istgt - ./configure ${PFX} + ./configure --enable-symlink-device ${PFX} ${MK} clean ${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)