diff options
author | obache <obache@pkgsrc.org> | 2006-10-26 01:10:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-26 01:10:35 +0000 |
commit | b8690ec1f33de410614ac91f3fd0b1ef6591b453 (patch) | |
tree | 2b74291f0e1a98d369fea7b4acb624dee4139302 /mail/cyrus-imapd | |
parent | b419c700ca24a114c517cf805dc3e760e574bf8c (diff) | |
download | pkgsrc-b8690ec1f33de410614ac91f3fd0b1ef6591b453.tar.gz |
Since 2.2.13, authorization module is selected at run-time,
so remove from configure argments.
Suggested by Jukka Salmi via PR 34916.
Diffstat (limited to 'mail/cyrus-imapd')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 3906f1fe767..7a8d536cba2 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2006/10/09 12:46:01 obache Exp $ +# $NetBSD: Makefile,v 1.68 2006/10/26 01:10:35 obache Exp $ DISTNAME= cyrus-imapd-2.2.13 PKGREVISION= 1 @@ -57,12 +57,10 @@ PKG_OPTIONS+= gssapi .if !empty(PKG_OPTIONS:Mkerberos4) . if exists(/usr/include/kerberosIV/krb.h) CRYPTO+= uses Kerberos encryption code -CONFIGURE_ARGS+= --with-auth=krb CONFIGURE_ARGS+= --with-krb=/usr . endif .elif !empty(PKG_OPTIONS:Mgssapi) . include "../../mk/krb5.buildlink3.mk" -CONFIGURE_ARGS+= --with-auth=krb5 CONFIGURE_ARGS+= --enable-gssapi=${KRB5BASE:Q} CONFIGURE_ARGS+= --with-gss_impl=${GSSIMPL.${KRB5_TYPE}} GSSIMPL.heimdal= heimdal @@ -70,7 +68,6 @@ GSSIMPL.mit-krb5= mit CONFIGURE_ENV+= COMPILE_ET=${KRB5BASE}/bin/compile_et COMERRBASE= ${KRB5BASE} .else -CONFIGURE_ARGS+= --with-auth=unix CONFIGURE_ARGS+= --without-krb CONFIGURE_ARGS+= --disable-gssapi .endif |