summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
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 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