Pārlūkot izejas kodu

disable NLS, allows toolchain building on native ADK systems

Waldemar Brodkorb 14 gadi atpakaļ
vecāks
revīzija
b7676e029c
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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 \
 	);