--- elwix/config/rc.3thparty_helper 2014/01/07 08:48:01 1.1.2.2 +++ elwix/config/rc.3thparty_helper 2014/06/17 23:58:13 1.1.2.4 @@ -4,7 +4,7 @@ # # ./rc.3thparty_helper [package] [make_tool] [prefix_dir] [build_arch_str] # -# $Id: rc.3thparty_helper,v 1.1.2.2 2014/01/07 08:48:01 misho Exp $ +# $Id: rc.3thparty_helper,v 1.1.2.4 2014/06/17 23:58:13 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -52,7 +52,7 @@ if [ $P = "/tmp/elwix" ]; then install -d /tmp/elwix/share fi -find . -name .deps -type d -exec rm -rf {} \; +find ${ADDSRC} -name .deps -type d -exec rm -rf {} \; case $CMD in sudo) @@ -80,11 +80,11 @@ case $CMD in echo ">>> Now rebuild elwix $CMD program ..." ;; mpd) - cd ${ADDSRC}/libpdel - ${MK} clean || exit 1 - ${MK} || exit 1 - find . -name \*.so\* -type f -exec install {} ${P}/lib \; - cd .. +# cd ${ADDSRC}/libpdel +# ${MK} clean || exit 1 +# ${MK} || exit 1 +# find . -name \*.so\* -type f -exec install {} ${P}/lib \; +# cd .. cd ${ADDSRC}/mpd/src ${MK} clean || exit 1 ${MK} || exit 1 @@ -202,7 +202,8 @@ case $CMD in ${MK} install || exit 1 echo ">>> Building arping ..." cd ${ADDSRC}/arping - env LDFLAGS=-L${TOP}/libnet/src CFLAGS=-I${TOP}/libnet/include ./configure ${PFX} || exit 1 + env LDFLAGS=-L${ADDSRC}/libnet/src CFLAGS=-I${ADDSRC}/libnet/include \ + ./configure ${PFX} || exit 1 ${MK} clean || exit 1 ${MK} || exit 1 ${MK} install || exit 1 @@ -378,7 +379,7 @@ case $CMD in ;; lighttpd) cd ${ADDSRC}/lighttpd - ./configure --enable-static --with-openssl ${PFX} || exit 1 + ./configure --enable-static --with-openssl --without-mysql ${PFX} || exit 1 ${MK} clean || exit 1 ${MK} || exit 1 ${MK} install || exit 1