X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=functions%2Fipkg;fp=functions%2Fipkg;h=177f52c8ac214ca3f8adb990eac003cc5df862e1;hb=6be74141099e569e059115b9659f1a8c98306ac7;hp=23a1e1ab0aa559af4d79f637fdeb1718a662c083;hpb=11413e8cf4335e3cd9a5c47d7c56c17d66d2e215;p=hvlinux.git diff --git a/functions/ipkg b/functions/ipkg index 23a1e1a..177f52c 100644 --- a/functions/ipkg +++ b/functions/ipkg @@ -151,12 +151,14 @@ ipkg_script() --cache-file=${LFS_TMP}/${PACKAGE}-build/config.cache" fi - # Add option --disable-dependency-tracking if supported - if cat ${LFS_TMP}/${PACKAGE}/configure | \ - grep "disable-dependency-tracking" 1> /dev/null 2>&1; then - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ - --disable-dependency-tracking" + if [ "x${IPKG_MODE}" != "xnoac" ]; then + # Add option --disable-dependency-tracking if supported + if cat ${LFS_TMP}/${PACKAGE}/configure | \ + grep "disable-dependency-tracking" 1> /dev/null 2>&1; then + CONFIGURE_OPTS="\ + ${CONFIGURE_OPTS} \ + --disable-dependency-tracking" + fi fi ipkg_display_build_infos