--- elwix/config/rc.3thparty_helper 2014/01/07 09:26:42 1.1.2.3 +++ 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.3 2014/01/07 09:26:42 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 @@ -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 @@ -379,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