From 9871101ca61e20c6351b664e41b7d2c93d68b7cf Mon Sep 17 00:00:00 2001 From: gobo72 Date: Mon, 14 Mar 2011 04:19:50 +0000 Subject: [PATCH] =?utf8?q?N'=C3=A9x=C3=A9cute=20pas=20configure=20(pour=20?= =?utf8?q?disable-dependency-tracking)=20si=20le=20fichier=20configure=20n?= =?utf8?q?'est=20pas=20=C3=A9x=C3=A9cutable?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- functions/ipkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1