summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd23/options.mk
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-12-17 07:29:49 +0000
committersbd <sbd@pkgsrc.org>2011-12-17 07:29:49 +0000
commit4e0e44654384c33573a549e9a267b478dc8082b0 (patch)
treed4d3af52c518d19db6e86f9782548c4431d65ee4 /mail/cyrus-imapd23/options.mk
parent3c4626b5777abd4fd5d7b937a51a6a5ac34d4508 (diff)
downloadpkgsrc-4e0e44654384c33573a549e9a267b478dc8082b0.tar.gz
Don't use a builtin libcom_err if not using kerberos.
Builtin librarys like com_err should only be used if there is are proper buildlink3.mk and builtin.mk files for the library, otherwise part of the point of having the buildlink/builtin system is lost. There no point in having a buildlink/builtin files for com_err as currently only three packages use it by itself (mail/cyrus-imapd*) and using the package suppled library only adds 72K to the package size.
Diffstat (limited to 'mail/cyrus-imapd23/options.mk')
-rw-r--r--mail/cyrus-imapd23/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus-imapd23/options.mk b/mail/cyrus-imapd23/options.mk
index 4bedc25ece6..80d23d1d4bb 100644
--- a/mail/cyrus-imapd23/options.mk
+++ b/mail/cyrus-imapd23/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2010/06/03 06:55:54 obache Exp $
+# $NetBSD: options.mk,v 1.3 2011/12/17 07:29:49 sbd Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.cyrus-imapd
@@ -28,10 +28,10 @@ CONFIGURE_ARGS+= --with-gss_impl=${GSSIMPL.${KRB5_TYPE}}
GSSIMPL.heimdal= heimdal
GSSIMPL.mit-krb5= mit
CONFIGURE_ENV+= COMPILE_ET=${KRB5BASE}/bin/compile_et
-COMERRBASE= ${KRB5BASE}
.else
CONFIGURE_ARGS+= --without-krb
CONFIGURE_ARGS+= --disable-gssapi
+CONFIGURE_ARGS+= --with-com-err=yes
.endif
.if !empty(PKG_OPTIONS:Mldap)