wok diff lighttpd/receipt @ rev 1516

Update some BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 07 11:12:02 2008 +0000 (2008-10-07)
parents e53076a6ce3f
children 3a574003f9dd
line diff
     1.1 --- a/lighttpd/receipt	Mon Aug 18 11:52:51 2008 +0000
     1.2 +++ b/lighttpd/receipt	Tue Oct 07 11:12:02 2008 +0000
     1.3 @@ -29,15 +29,18 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	patch -i ../stuff/fastcgi_detach.patch || exit 1
     1.8 +	if [ ! done.fastcgi_detach.patch ]; then
     1.9 +		patch -i ../stuff/fastcgi_detach.patch || exit 1
    1.10 +		touch done.fastcgi_detach.patch
    1.11 +	fi
    1.12  	./configure \
    1.13  		--enable-shared \
    1.14  		--disable-ipv6 \
    1.15  		--prefix=/usr \
    1.16      	--libdir=/usr/lib/lighttpd \
    1.17      	--mandir=/usr/share/man \
    1.18 -    	$CONFIGURE_ARGS
    1.19 -	make
    1.20 +    	$CONFIGURE_ARGS &&
    1.21 +	make &&
    1.22  	make DESTDIR=$PWD/_pkg install
    1.23  }
    1.24