wok-6.x diff squidguard/receipt @ rev 17228
Add flake8
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 16 13:30:13 2014 +0200 (2014-10-16) |
parents | 051931e905b0 |
children | 2f33548ee20c |
line diff
1.1 --- a/squidguard/receipt Fri Dec 06 10:39:07 2013 +0000 1.2 +++ b/squidguard/receipt Thu Oct 16 13:30:13 2014 +0200 1.3 @@ -27,6 +27,10 @@ 1.4 squidGuard-1.4-patch-20091015.tar.gz 1.5 squidGuard-1.4-patch-20091019.tar.gz 1.6 EOT 1.7 + # Add support for squid 3.4 1.8 + patch -p1 < $stuff/squidGuard-1.4_upgrade.patch 1.9 + patch -p1 < $stuff/squidGuard-1.4-dnsbl.patch 1.10 + 1.11 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.12 --sysconfdir=/etc --with-sg-config=/etc/squidGuard/squidGuard.conf \ 1.13 --with-sg-logdir=/var/lib/squidGuard/log \