aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-12-06 12:59:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-12-06 12:59:38 +0000
commit115290946a97669ef3e4524ab84311629c8d8b42 (patch)
tree0e6b9063dc075dbe783324fe6dc0a1bcac4de8c2 /package
parent4fa7250c0736bb48a1cab5c634a40b351cefdbde (diff)
downloadupstream-115290946a97669ef3e4524ab84311629c8d8b42.tar.gz
upstream-115290946a97669ef3e4524ab84311629c8d8b42.tar.bz2
upstream-115290946a97669ef3e4524ab84311629c8d8b42.zip
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
Diffstat (limited to 'package')
-rw-r--r--package/busybox/Makefile1
1 files changed, 0 insertions, 1 deletions
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