From 71a091ec179e72dda34808551e722011a4426f1b Mon Sep 17 00:00:00 2001 From: Archaic Date: Wed, 15 Jun 2005 15:42:46 +0000 Subject: Added --disable-nls to pass2 binutils to avoid requirement of gettext. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5983 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/binutils-pass2.xml') diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index 8ac747bb5..25624235b 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -48,7 +48,7 @@ cd ../binutils-build Prepare Binutils for compilation: ../binutils-&binutils-version;/configure --prefix=/tools \ - --enable-shared --with-lib-path=/tools/lib + --disable-nls --enable-shared --with-lib-path=/tools/lib The meaning of the new configure option: -- cgit v1.2.3-54-g00ecf