Sfoglia il codice sorgente

disable NLS, allows toolchain building on native ADK systems

Waldemar Brodkorb 15 anni fa
parent
commit
b7676e029c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 \
 	);