diff options
author | jperkin <jperkin@pkgsrc.org> | 2020-01-23 14:47:56 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2020-01-23 14:47:56 +0000 |
commit | 5ff168396c3a28de78c8c97cc425c35f1ca1cd82 (patch) | |
tree | f62aaf9fe24900531ad364024db2142fc0a71d9d /www/squid4 | |
parent | d5e8d516cc0e96188408ba9302f0e195833ef30e (diff) | |
download | pkgsrc-5ff168396c3a28de78c8c97cc425c35f1ca1cd82.tar.gz |
squid4: Don't unconditionally enable the ldap helper.
There is a package option for it, use it so that openldap is correctly
pulled in when enabled.
Diffstat (limited to 'www/squid4')
-rw-r--r-- | www/squid4/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squid4/options.mk b/www/squid4/options.mk index ec2306bb4d2..3b5ab71c058 100644 --- a/www/squid4/options.mk +++ b/www/squid4/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2020/01/04 10:57:18 taca Exp $ +# $NetBSD: options.mk,v 1.2 2020/01/23 14:47:56 jperkin Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.squid4 PKG_SUPPORTED_OPTIONS= ecap gnutls inet6 snmp openssl squid-backend-aufs \ @@ -58,8 +58,8 @@ PKG_SUPPORTED_OPTIONS+= squid-arp-acl .include "../../mk/bsd.options.mk" # Note: NIS helper cannot be build; it requires crypt.h header file. -SQUID_BASIC_AUTH_HELPERS?= DB LDAP NCSA PAM fake getpwnam -SQUID_DIGEST_AUTH_HELPERS?= LDAP file +SQUID_BASIC_AUTH_HELPERS?= DB NCSA PAM fake getpwnam +SQUID_DIGEST_AUTH_HELPERS?= file SQUID_NTLM_AUTH_HELPERS?= SMB_LM fake SQUID_EXTERNAL_ACL_HELPERS?= file_userip unix_group |