Explorar o código

disable NLS, allows toolchain building on native ADK systems

Waldemar Brodkorb %!s(int64=15) %!d(string=hai) anos
pai
achega
b7676e029c
Modificáronse 1 ficheiros con 1 adicións e 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 \
 	);