Browse Source

heimdal: improved to inject '--with-gssapi' when building dovecot

user/amery/mess
Christian Wiese 14 years ago committed by Christian Wiese
parent
commit
35b7c43ede
  1. 4
      security/heimdal/parse-config

4
security/heimdal/parse-config

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../heimdal/parse-config
# Copyright (C) 2006 - 2008 The OpenSDE Project
# Copyright (C) 2006 - 2010 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -31,6 +31,8 @@ if pkginstalled -f heimdal; then
postgresql)
# packages 'sensitive' to the massive enabling
var_append extraconfopt " " "--with-krb5" ;;
dovecot)
var_append extraconfopt " " "--with-gssapi" ;;
*) # massive enabling of heimdal support
# prefix-less

Loading…
Cancel
Save