wok-next 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 | fe76d2fe539b |
children | 31b0fa204936 |
files | opencc/receipt squid/receipt |
line diff
1.1 --- a/opencc/receipt Thu Nov 02 11:09:53 2017 +0100 1.2 +++ b/opencc/receipt Thu Nov 02 12:28:56 2017 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="Apache" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="http://code.google.com/p/opencc/" 1.7 -WGET_URL="http://opencc.googlecode.com/files/$TARBALL" 1.8 +WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/opencc/$TARBALL" 1.9 1.10 BUILD_DEPENDS="cmake gettext" 1.11 SPLIT="opencc opencc-dev opencc-tools"
2.1 --- a/squid/receipt Thu Nov 02 11:09:53 2017 +0100 2.2 +++ b/squid/receipt Thu Nov 02 12:28:56 2017 +0100 2.3 @@ -16,6 +16,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 + touch scripts/boilerplate.h 2.8 ./configure \ 2.9 --prefix=/usr \ 2.10 --sysconfdir=/etc/squid \ 2.11 @@ -23,6 +24,7 @@ 2.12 --libexecdir=/usr/lib/squid \ 2.13 --localstatedir=/var \ 2.14 --with-logdir=/var/log/squid \ 2.15 + --with-openssl \ 2.16 --disable-poll \ 2.17 --disable-snmp \ 2.18 --disable-icmp \