pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/squid3 --with-krb5-config is not in the current ve...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5e4e742c7b70
branches: trunk
changeset: 645059:5e4e742c7b70
user: obache <obache%pkgsrc.org@localhost>
date: Thu Jan 22 09:32:49 2015 +0000
description:
--with-krb5-config is not in the current version, try to use currently available
other ways instead.
diffstat:
www/squid3/options.mk | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r e8814ceacc6b -r 5e4e742c7b70 www/squid3/options.mk
--- a/www/squid3/options.mk Thu Jan 22 09:19:47 2015 +0000
+++ b/www/squid3/options.mk Thu Jan 22 09:32:49 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2015/01/21 11:23:16 adam Exp $
+# $NetBSD: options.mk,v 1.15 2015/01/22 09:32:49 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.squid
PKG_SUPPORTED_OPTIONS= inet6 snmp ssl squid-backend-aufs squid-backend-diskd \
@@ -92,10 +92,12 @@
.if !empty(PKG_OPTIONS:Msquid-kerberos-helper)
.include "../../mk/krb5.buildlink3.mk"
-CONFIGURE_ARGS+= --with-krb5-config=${KRB5_CONFIG:Q}
+CONFIGURE_ENV+= ac_cv_path_krb5_config=${KRB5_CONFIG:Q}
SQUID_NEGOTIATE_AUTH_HELPERS+= kerberos
.else
-CONFIGURE_ARGS+= --with-krb5-config=no
+CONFIGURE_ENV+= ac_cv_path_krb5_config=no
+CONFIGURE_ARGS+= --without-mit-krb5
+CONFIGURE_ARGS+= --without-heimdal-krb5
.endif
.if !empty(PKG_OPTIONS:Msquid-ldap-helper)
Home |
Main Index |
Thread Index |
Old Index