wok-next diff squid/receipt @ rev 20180

opencc: fix wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 02 12:28:56 2017 +0100 (2017-11-02)
parents f496af4fe2bf
children e6615350078d
line diff
     1.1 --- a/squid/receipt	Thu Nov 02 09:14:23 2017 +0100
     1.2 +++ b/squid/receipt	Thu Nov 02 12:28:56 2017 +0100
     1.3 @@ -16,6 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	touch scripts/boilerplate.h
     1.8  	./configure \
     1.9  		--prefix=/usr \
    1.10  		--sysconfdir=/etc/squid \
    1.11 @@ -23,6 +24,7 @@
    1.12  		--libexecdir=/usr/lib/squid \
    1.13  		--localstatedir=/var \
    1.14  		--with-logdir=/var/log/squid \
    1.15 +		--with-openssl \
    1.16  		--disable-poll \
    1.17  		--disable-snmp \
    1.18  		--disable-icmp \