From: Felix Fietkau Date: Thu, 6 Dec 2007 12:59:38 +0000 (+0000) Subject: Remove HOST_LOADLIBES fix from busybox, caused problems. X-Git-Tag: reboot~27561 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=115290946a97669ef3e4524ab84311629c8d8b42;p=openwrt%2Fstaging%2Fchunkeey.git Remove HOST_LOADLIBES fix from busybox, caused problems. OS X 10.5 compilation is rebroken for now. Fixes for this issue will need to be tested in more detail. Signed-off-by: Andy Boyett SVN-Revision: 9662 --- diff --git a/package/busybox/Makefile b/package/busybox/Makefile index b6630225cd..c5e103c8e5 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -56,7 +56,6 @@ define Build/Configure CC="$(TARGET_CC)" \ CROSS_COMPILE="$(TARGET_CROSS)" \ ARCH="$(ARCH)" \ - HOST_LOADLIBES=-lintl \ oldconfig endef