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
commitca8f2de659823da03f1fbaa092c576fea27fc8e7 (patch)
tree3445c65018b6d729f5ae2cf03fe6c374ffb8f21f /package
parent3556782b016fa23207f3114e27dc75ef464d22c8 (diff)
downloadmaster-187ad058-ca8f2de659823da03f1fbaa092c576fea27fc8e7.tar.gz
master-187ad058-ca8f2de659823da03f1fbaa092c576fea27fc8e7.tar.bz2
master-187ad058-ca8f2de659823da03f1fbaa092c576fea27fc8e7.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9662 3c298f89-4303-0410-b956-a3cf2f4a3e73
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