From 6c0c83fb5639e382b67e737447afd86e4ff66081 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 8 Aug 2007 14:58:47 +0000 Subject: Use cross ldconfig instead of host version --- target/cpio/cpioroot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/cpio') diff --git a/target/cpio/cpioroot.mk b/target/cpio/cpioroot.mk index 1a69b5002..e04cff3fd 100644 --- a/target/cpio/cpioroot.mk +++ b/target/cpio/cpioroot.mk @@ -14,7 +14,7 @@ cpioroot: host-fakeroot makedevs cpioroot-init -@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 2>/dev/null || true; @rm -rf $(TARGET_DIR)/usr/man @rm -rf $(TARGET_DIR)/usr/info - -/sbin/ldconfig -r $(TARGET_DIR) 2>/dev/null + -$(TARGET_LDCONFIG) -r $(TARGET_DIR) 2>/dev/null # Use fakeroot to pretend all target binaries are owned by root rm -f $(STAGING_DIR)/_fakeroot.$(notdir $(TAR_TARGET)) touch $(STAGING_DIR)/.fakeroot.00000 -- cgit v1.2.3