Author: pierre
Date: Wed Jul  1 05:08:41 2015
New Revision: 16199

Log:
Add -j1 to "make" in sqlite. It does not hurt (I hope), and it allows
automatic building

Modified:
   trunk/BOOK/server/databases/sqlite.xml

Modified: trunk/BOOK/server/databases/sqlite.xml
==============================================================================
--- trunk/BOOK/server/databases/sqlite.xml      Wed Jul  1 00:43:59 2015        
(r16198)
+++ trunk/BOOK/server/databases/sqlite.xml      Wed Jul  1 05:08:41 2015        
(r16199)
@@ -136,7 +136,7 @@
             -DSQLITE_ENABLE_COLUMN_METADATA=1     \
             -DSQLITE_ENABLE_UNLOCK_NOTIFY=1       \
             -DSQLITE_SECURE_DELETE=1" &&
-make</userinput></screen>
+make -j1</userinput></screen>
 
     <para>
       This package does not come with a test suite.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to