From: gobo72 Date: Sat, 5 Mar 2011 05:09:57 +0000 (+0000) Subject: Ajout désactivation dependency-tracking avec les paquets autoconfs (si supporté) X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=821ad284a625db292e9425a805e6d84d17b81ec4;p=hvlinux.git Ajout désactivation dependency-tracking avec les paquets autoconfs (si supporté) --- diff --git a/functions-ipkg b/functions-ipkg index f8669af..1058358 100644 --- a/functions-ipkg +++ b/functions-ipkg @@ -144,6 +144,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" + fi + ipkg_display_build_infos if [ "x${IPKG_MODE}" = "xnoac" ]; then