Browse Source

finally fix libintl issues on osx and potentially other platforms by disabling its use in busybox completely

SVN-Revision: 9663
Felix Fietkau 18 years ago
parent
commit
f45990d8fe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/busybox/Makefile

+ 2 - 0
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)" \