From 2fa3e893566c59c3710cbe9a520b307785e42216 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Fri, 13 May 2011 13:00:45 +0100 Subject: also suppress LDCONFIGDEPEND thing during rootfs generation --- conf/distro/micro.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index fc83e04..0eaf294 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -93,6 +93,7 @@ prefix_native = "" # Don't install ldconfig and associated gubbins USE_LDCONFIG = "0" +LDCONFIGDEPEND = "" # Disable online package management ONLINE_PACKAGE_MANAGEMENT = "none" -- cgit 1.2.3-korg