Author: jhuntwork
Date: 2005-06-19 08:28:17 -0600 (Sun, 19 Jun 2005)
New Revision: 243

Modified:
   trunk/packages/grep/Makefile
Log:
Upgraded grep to match book - removed --with-included-regex from stage2

Modified: trunk/packages/grep/Makefile
===================================================================
--- trunk/packages/grep/Makefile        2005-06-19 14:27:14 UTC (rev 242)
+++ trunk/packages/grep/Makefile        2005-06-19 14:28:17 UTC (rev 243)
@@ -32,7 +32,7 @@
        @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) && \
         mv $(FILE) $(SRC) ; fi
        @if [ ! -f /bin/grep ] ; then unpack $(SRC)/$(FILE) && cd $(DIR) && \
-        ./configure --prefix=/usr --bindir=/bin --with-included-regex && \
+        ./configure --prefix=/usr --bindir=/bin && \
         make -j3 && make install ; fi
        @make clean
        

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to