[BACK]Return to options.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / www / squid3

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/www/squid3/Attic/options.mk between version 1.14 and 1.15

version 1.14, 2015/01/21 11:23:16 version 1.15, 2015/01/22 09:32:49
Line 92  CONFIGURE_ARGS+= --disable-ipv6
Line 92  CONFIGURE_ARGS+= --disable-ipv6
   
 .if !empty(PKG_OPTIONS:Msquid-kerberos-helper)  .if !empty(PKG_OPTIONS:Msquid-kerberos-helper)
 .include "../../mk/krb5.buildlink3.mk"  .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  SQUID_NEGOTIATE_AUTH_HELPERS+=  kerberos
 .else  .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  .endif
   
 .if !empty(PKG_OPTIONS:Msquid-ldap-helper)  .if !empty(PKG_OPTIONS:Msquid-ldap-helper)

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>