X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=functions%2Fipkg;h=a3dc0e449b2869cca34c381326d6ae187868a886;hb=c1cc3cb8d7618a9a38d31f0a2f626a9344b64848;hp=9d3ea3ed1f5ae5c272807ab05523f2c64050bc9a;hpb=564ec1bbb321286571c30da20b81620c33b18e6f;p=hvlinux.git diff --git a/functions/ipkg b/functions/ipkg index 9d3ea3e..a3dc0e4 100644 --- a/functions/ipkg +++ b/functions/ipkg @@ -151,7 +151,7 @@ ipkg_script() --cache-file=${LFS_TMP}/${PACKAGE}-build/config.cache" fi - if [ "x${IPKG_MODE}" != "xnoac" ]; then + if [ -x ${LFS_TMP}/${PACKAGE}/configure ]; then # Add option --disable-dependency-tracking if supported if cat ${LFS_TMP}/${PACKAGE}/configure | \ grep -q "disable-dependency-tracking"; then