PKGNAME=squid
PKGSEC=web
PKGDEP="gnutls krb5 libcap libtool linux-pam nettle openssl perl libnsl2"
PKGDES="Web proxy cache server"

# FIXME: [...]/squid-7.3/cfgaux/missing: line 85: aclocal-1.17: command not found
RECONF=0

# FIXME: Option checking disabled, as this is a multi-level source with
#        each of their set of autotools parameters.
AUTOTOOLS_STRICT=0
AUTOTOOLS_AFTER=(
    '--datadir=/usr/share/squid'
    '--sysconfdir=/etc/squid'
    '--libexecdir=/usr/lib/squid'
    '--localstatedir=/var'
    '--with-logdir=/var/log/squid'
    '--with-pidfile=/run/squid.pid'
    '--enable-auth'
    '--enable-auth-basic'
    '--enable-auth-ntlm'
    '--enable-auth-digest'
    '--enable-auth-negotiate'
    '--enable-removal-policies=lru,heap'
    '--enable-storeio=aufs,ufs,diskd,rock'
    '--enable-delay-pools'
    '--enable-arp-acl'
    '--with-openssl'
    '--enable-snmp'
    '--enable-linux-netfilter'
    '--enable-ident-lookups'
    '--enable-useragent-log'
    '--enable-cache-digests'
    '--enable-referer-log'
    '--enable-arp-acl'
    '--enable-htcp'
    '--enable-carp'
    '--enable-epoll'
    '--with-large-files'
    '--enable-arp-acl'
    '--with-default-user=proxy'
    '--enable-async-io'
    '--enable-truncate'
    '--enable-icap-client'
    '--enable-ssl-crtd'
    '--disable-arch-native'
    '--disable-strict-error-checking'
    '--enable-wccpv2'
)
