Remove HOST_LOADLIBES fix from busybox, caused problems.
authorFelix Fietkau <nbd@openwrt.org>
Thu, 6 Dec 2007 12:59:38 +0000 (12:59 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 6 Dec 2007 12:59:38 +0000 (12:59 +0000)
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 <agb-openwrt@padded-cell.net>
SVN-Revision: 9662

package/busybox/Makefile

index b6630225cda4430c85accb775afb0782ef4ae842..c5e103c8e581f1beae517e654c57662efc4ad2c1 100644 (file)
@@ -56,7 +56,6 @@ define Build/Configure
                CC="$(TARGET_CC)" \
                CROSS_COMPILE="$(TARGET_CROSS)" \
                ARCH="$(ARCH)" \
                CC="$(TARGET_CC)" \
                CROSS_COMPILE="$(TARGET_CROSS)" \
                ARCH="$(ARCH)" \
-               HOST_LOADLIBES=-lintl \
                oldconfig
 endef
 
                oldconfig
 endef