1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

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 <agb-openwrt@padded-cell.net>

SVN-Revision: 9662
This commit is contained in:
Felix Fietkau 2007-12-06 12:59:38 +00:00
parent 4fa7250c07
commit 115290946a

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