From 73471ac48ae8f498ad461f3e7fcf6fb6775a365b Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 6 Dec 2007 14:01:23 +0000 Subject: finally fix libintl issues on osx and potentially other platforms by disabling its use in busybox completely git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9663 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/busybox/Makefile') diff --git a/package/busybox/Makefile b/package/busybox/Makefile index c5e103c8e..ab5e2416c 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)" \ -- cgit v1.2.3