From d31762494f1559794f92824c46e1c0f8597d4421 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 5 Dec 2007 18:45:28 +0000 Subject: [PATCH] busybox: Fix build on OSX/BSD (fix needs to be cleaned up.) Signed-off-by: Andy Boyett SVN-Revision: 9660 --- package/busybox/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/busybox/Makefile b/package/busybox/Makefile index e214bb3ca2..b6630225cd 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -56,6 +56,7 @@ define Build/Configure CC="$(TARGET_CC)" \ CROSS_COMPILE="$(TARGET_CROSS)" \ ARCH="$(ARCH)" \ + HOST_LOADLIBES=-lintl \ oldconfig endef @@ -70,7 +71,7 @@ define Build/Compile endef define Package/busybox/install - find $(PKG_BUILD_DIR) -lname "*busybox" -exec rm \{\} \; + $(FIND) $(PKG_BUILD_DIR) -lname "*busybox" -exec rm \{\} \; $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \ CROSS_COMPILE="$(TARGET_CROSS)" \ -- 2.30.2