wok rev 15576

lighttpd: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 29 08:51:47 2013 +0000 (2013-11-29)
parents 8dc807868225
children 8ebec64e4191
files lighttpd/receipt
line diff
     1.1 --- a/lighttpd/receipt	Fri Nov 29 08:43:20 2013 +0000
     1.2 +++ b/lighttpd/receipt	Fri Nov 29 08:51:47 2013 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="BSD"
     1.6  SUGGESTED="lighttpd-modules php perl python"
     1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.9  WEB_SITE="http://www.lighttpd.net/"
    1.10  WGET_URL="http://download.lighttpd.net/lighttpd/releases-1.4.x/$TARBALL"
    1.11  CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf"
    1.12 @@ -30,6 +30,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 +	sed -i '/addrs_left/d' src/mod_extforward.c
    1.17  	if [ ! done.fastcgi_detach.patch ]; then
    1.18  		patch -i $stuff/fastcgi_detach.patch || return 1
    1.19  		touch done.fastcgi_detach.patch