wok diff at/receipt @ rev 8437

Fix fcgi by using -j1.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 06 02:59:23 2011 +0000 (2011-02-06)
parents 15d500d217fa
children 6c2e5cf00dea
line diff
     1.1 --- a/at/receipt	Thu Feb 03 23:41:49 2011 +0000
     1.2 +++ b/at/receipt	Sun Feb 06 02:59:23 2011 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  
     1.5  	./configure	--with-daemon_username=nobody \
     1.6  	--with-daemon_groupname=nogroup \
     1.7 -	--wieth-jobdir=1 &&
     1.8 +	--with-jobdir=1 &&
     1.9  	make &&
    1.10  	make IROOT=$DESTDIR install
    1.11  }