wok diff cvs/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 39011a13b555
children 02bbaa9d12ba
line diff
     1.1 --- a/cvs/receipt	Sun Feb 28 13:03:20 2010 +0100
     1.2 +++ b/cvs/receipt	Sun Feb 06 02:59:23 2011 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Concurrent Versions System"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="libcomerr libcomerr3 libcrypto krb5"
     1.8 +DEPENDS="libcomerr libcomerr3 libcrypto libkrb5"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://ximbiot.com/cvs/"
    1.11  WGET_URL=""http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL
    1.12 @@ -16,7 +16,8 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure -C --prefix=/usr \
    1.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.17 +		--with-ssh \
    1.18 +		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19  	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }