Преглед на файлове

disable NLS, allows toolchain building on native ADK systems

Waldemar Brodkorb преди 15 години
родител
ревизия
b7676e029c
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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 \
 	);