From: nbd Date: Thu, 6 Dec 2007 12:59:38 +0000 (+0000) Subject: Remove HOST_LOADLIBES fix from busybox, caused problems. X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=1884e029a49628f24c9048abe18c2a89fac2063b 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9662 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/busybox/Makefile b/package/busybox/Makefile index b6630225c..c5e103c8e 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