[arch-commits] Commit in squid/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Mar 18 14:23:11 UTC 2017


    Date: Saturday, March 18, 2017 @ 14:23:10
  Author: jgc
Revision: 217089

upgpkg: squid 3.5.24-2

OpenSSL 1.1

Modified:
  squid/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-18 14:20:22 UTC (rev 217088)
+++ PKGBUILD	2017-03-18 14:23:10 UTC (rev 217089)
@@ -6,13 +6,12 @@
 
 pkgname=squid
 pkgver=3.5.24
-pkgrel=1
+pkgrel=2
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle')
-makedepends=('libcap' 'krb5')
-optdepends=('gnutls: for squidclient')
+depends=('openssl-1.0' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls')
+makedepends=('krb5')
 license=('GPL')
 options=('emptydirs')
 backup=('etc/squid/squid.conf'
@@ -44,6 +43,7 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
   ./configure \
     --prefix=/usr \
     --sbindir=/usr/bin \
@@ -62,7 +62,7 @@
     --enable-storeio="aufs,ufs,diskd" \
     --enable-delay-pools \
     --enable-arp-acl \
-    --with-openssl=/usr \
+    --with-openssl \
     --enable-snmp \
     --enable-linux-netfilter \
     --enable-ident-lookups \



More information about the arch-commits mailing list