N'éxécute pas configure (pour disable-dependency-tracking) si le fichier configure...
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Mon, 14 Mar 2011 04:19:50 +0000 (04:19 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Mon, 14 Mar 2011 04:19:50 +0000 (04:19 +0000)
functions/ipkg

index 9d3ea3e..a3dc0e4 100644 (file)
@@ -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