Author: jhuntwork
Date: 2005-10-02 22:34:17 -0600 (Sun, 02 Oct 2005)
New Revision: 830
Modified:
x86/trunk/packages/flex/Makefile
Log:
Adding -Z flag to flex to avoid race condition
Modified: x86/trunk/packages/flex/Makefile
===================================================================
--- x86/trunk/packages/flex/Makefile 2005-10-03 04:22:09 UTC (rev 829)
+++ x86/trunk/packages/flex/Makefile 2005-10-03 04:34:17 UTC (rev 830)
@@ -25,7 +25,7 @@
cp $(SRC)/{$(FILE),$(PATCH1)} $(LFSSRC)
compile-stage2:
- patch -Np1 -i ../$(PATCH1)
+ patch -Np1 -Z -i ../$(PATCH1)
touch doc/flex.1
./configure --prefix=/usr
make $(PM)
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page