summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-12-06 14:01:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-12-06 14:01:23 +0000
commitf45990d8fe389a93a15a6cf1bc53f8f36d1133d6 (patch)
treee611be17a1b5a1717f7630a50e157a69d2b17ee5 /package/busybox
parent115290946a97669ef3e4524ab84311629c8d8b42 (diff)
downloadmaster-31e0f0ae-f45990d8fe389a93a15a6cf1bc53f8f36d1133d6.tar.gz
master-31e0f0ae-f45990d8fe389a93a15a6cf1bc53f8f36d1133d6.tar.bz2
master-31e0f0ae-f45990d8fe389a93a15a6cf1bc53f8f36d1133d6.zip
finally fix libintl issues on osx and potentially other platforms by disabling its use in busybox completely
SVN-Revision: 9663
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index c5e103c8e5..ab5e2416c2 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -55,6 +55,7 @@ define Build/Configure
yes '' | $(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
+ KBUILD_HAVE_NLS=no \
ARCH="$(ARCH)" \
oldconfig
endef
@@ -63,6 +64,7 @@ define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
+ KBUILD_HAVE_NLS=no \
EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
ARCH="$(ARCH)" \
IPKG_ARCH="$(ARCH)" \