# HG changeset patch # User Pascal Bellard # Date 1385715107 0 # Node ID 02e59bb0cae135d17ccd2c19c9004bf0fbf7c284 # Parent 8dc8078682253fc88fcf5d57d672764e466a20ea lighttpd: fix compile_rules diff -r 8dc807868225 -r 02e59bb0cae1 lighttpd/receipt --- a/lighttpd/receipt Fri Nov 29 08:43:20 2013 +0000 +++ b/lighttpd/receipt Fri Nov 29 08:51:47 2013 +0000 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="BSD" SUGGESTED="lighttpd-modules php perl python" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.lighttpd.net/" WGET_URL="http://download.lighttpd.net/lighttpd/releases-1.4.x/$TARBALL" CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf" @@ -30,6 +30,7 @@ compile_rules() { cd $src + sed -i '/addrs_left/d' src/mod_extforward.c if [ ! done.fastcgi_detach.patch ]; then patch -i $stuff/fastcgi_detach.patch || return 1 touch done.fastcgi_detach.patch