# HG changeset patch # User Pascal Bellard # Date 1509622136 -3600 # Node ID 66ea853c51e475ade85e89a37cdfa6d91fe6ec14 # Parent fe76d2fe539bf1224d0a0bf5ffe830ca406328dc opencc: fix wget_url diff -r fe76d2fe539b -r 66ea853c51e4 opencc/receipt --- a/opencc/receipt Thu Nov 02 11:09:53 2017 +0100 +++ b/opencc/receipt Thu Nov 02 12:28:56 2017 +0100 @@ -8,7 +8,7 @@ LICENSE="Apache" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/opencc/" -WGET_URL="http://opencc.googlecode.com/files/$TARBALL" +WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/opencc/$TARBALL" BUILD_DEPENDS="cmake gettext" SPLIT="opencc opencc-dev opencc-tools" diff -r fe76d2fe539b -r 66ea853c51e4 squid/receipt --- a/squid/receipt Thu Nov 02 11:09:53 2017 +0100 +++ b/squid/receipt Thu Nov 02 12:28:56 2017 +0100 @@ -16,6 +16,7 @@ # Rules to configure and make the package. compile_rules() { + touch scripts/boilerplate.h ./configure \ --prefix=/usr \ --sysconfdir=/etc/squid \ @@ -23,6 +24,7 @@ --libexecdir=/usr/lib/squid \ --localstatedir=/var \ --with-logdir=/var/log/squid \ + --with-openssl \ --disable-poll \ --disable-snmp \ --disable-icmp \