From 821ad284a625db292e9425a805e6d84d17b81ec4 Mon Sep 17 00:00:00 2001 From: gobo72 Date: Sat, 5 Mar 2011 05:09:57 +0000 Subject: [PATCH] =?utf8?q?Ajout=20d=C3=A9sactivation=20dependency-tracking?= =?utf8?q?=20avec=20les=20paquets=20autoconfs=20(si=20support=C3=A9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- functions-ipkg | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.20.1