Author: jhuntwork
Date: 2005-06-21 04:07:33 -0600 (Tue, 21 Jun 2005)
New Revision: 257

Modified:
   trunk/packages/grep/Makefile
Log:
Removed --with-included-regex flag from grep build entirely - matches LFS book

Modified: trunk/packages/grep/Makefile
===================================================================
--- trunk/packages/grep/Makefile        2005-06-21 02:23:01 UTC (rev 256)
+++ trunk/packages/grep/Makefile        2005-06-21 10:07:33 UTC (rev 257)
@@ -18,7 +18,7 @@
        @if [ ! -f $(SRC)/$(FILE) ] ; then $(WGET) $(URL) && \
         mv $(FILE) $(SRC) ; fi
        @if [ ! -f $(WD)/bin/grep ] ; then unpack $(SRC)/$(FILE) && cd $(DIR) 
&& \
-        ./configure --prefix=$(WD) --disable-perl-regexp --with-included-regex 
&& \
+        ./configure --prefix=$(WD) --disable-perl-regexp && \
         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