Explorar el Código

disable NLS, allows toolchain building on native ADK systems

Waldemar Brodkorb hace 14 años
padre
commit
b7676e029c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      toolchain/libelf/Makefile

+ 1 - 0
toolchain/libelf/Makefile

@@ -15,6 +15,7 @@ $(WRKBUILD)/.configured:
 	(cd $(WRKBUILD); \
 		$(WRKBUILD)/configure \
 		--prefix=$(STAGING_HOST_DIR) \
+		--disable-nls \
 		--disable-shared \
 		--enable-static \
 	);