From 3649fd504d0a07c8cafe9ebc67b3ed84e85a2312 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 25 Aug 2007 11:13:20 +0000 Subject: - workaround for broken external toolchains --- target/squashfs/squashfsroot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/squashfs') diff --git a/target/squashfs/squashfsroot.mk b/target/squashfs/squashfsroot.mk index bb23c0e69..a324460b2 100644 --- a/target/squashfs/squashfsroot.mk +++ b/target/squashfs/squashfsroot.mk @@ -51,7 +51,7 @@ endif ifneq ($(BR2_HAVE_INFOPAGES),y) @rm -rf $(TARGET_DIR)/usr/info endif - $(TARGET_LDCONFIG) -r $(TARGET_DIR) 2>/dev/null + $(if $(TARGET_LDCONFIG),test -x $(TARGET_LDCONFIG) && $(TARGET_LDCONFIG) -r $(TARGET_DIR) 2>/dev/null) # Use fakeroot to pretend all target binaries are owned by root rm -f $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(SQUASHFS_TARGET)) touch $(PROJECT_BUILD_DIR)/.fakeroot.00000 -- cgit v1.2.3