Author: jhuntwork
Date: 2005-06-19 08:27:14 -0600 (Sun, 19 Jun 2005)
New Revision: 242
Modified:
trunk/packages/binutils/Makefile
Log:
Upgraded pass2 of binutils to match book - addition of --disable-nls
Modified: trunk/packages/binutils/Makefile
===================================================================
--- trunk/packages/binutils/Makefile 2005-06-19 14:06:07 UTC (rev 241)
+++ trunk/packages/binutils/Makefile 2005-06-19 14:27:14 UTC (rev 242)
@@ -41,7 +41,7 @@
mv $(FILE) $(SRC) ; fi
@if [ ! -f .pass2 ] ; then unpack $(SRC)/$(FILE) && cd $(DIR) && \
mkdir ../$(NM)-build && cd ../$(NM)-build && \
- ../$(DIR)/configure --prefix=$(WD) \
+ ../$(DIR)/configure --prefix=$(WD) --disable-nls \
--enable-shared --with-lib-path=$(WD)/lib && \
make -j3 && \
make install && \
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page