]> git.pld-linux.org Git - packages/dovecot.git/blame - dovecot-gssapi.patch
- added with_gssapi bcond
[packages/dovecot.git] / dovecot-gssapi.patch
CommitLineData
5fb533fd 1diff -ur dovecot-1.0.alpha5-o/src/auth/mech-gssapi.c dovecot-1.0.alpha5/src/auth/mech-gssapi.c
2--- dovecot-1.0.alpha5-o/src/auth/mech-gssapi.c 2005-10-28 05:50:23.000000000 -0600
3+++ dovecot-1.0.alpha5/src/auth/mech-gssapi.c 2005-12-27 00:59:36.000000000 -0700
4@@ -27,7 +27,7 @@
5
6 #ifdef HAVE_GSSAPI
7
8-#include <gssapi/gssapi.h>
9+#include <gssapi.h>
10
11 /* Non-zero flags defined in RFC 2222 */
12 enum sasl_gssapi_qop {
13--- dovecot-1.0.rc1/configure.in.orig 2006-06-28 00:17:16.000000000 +0200
14+++ dovecot-1.0.rc1/configure.in 2006-06-28 21:50:11.883707048 +0200
15@@ -1403,7 +1403,7 @@
16 # have gssapi.h
17 old_CFLAGS=$CFLAGS
18 CFLAGS="$CFLAGS `krb5-config --cflags gssapi`"
19- AC_CHECK_HEADER([gssapi/gssapi.h], [
20+ AC_CHECK_HEADER([gssapi.h], [
21 AC_DEFINE(HAVE_GSSAPI,, Build with GSSAPI support)
22 have_gssapi=yes
23 ])
This page took 0.064864 seconds and 4 git commands to generate.