From edbdf560d04e62a7b3bf6345240f6896a73bf666 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Fri, 15 Nov 2013 09:54:09 +0100 Subject: [PATCH] don't #ifdef HAVE_GSSAPI_GSSAPI_KRB5_H - it randomly causes missing gsskrb5_register_acceptor_identity symbol on s390x --- cyrus-sasl-2.1.26-keytab.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cyrus-sasl-2.1.26-keytab.patch b/cyrus-sasl-2.1.26-keytab.patch index 2eda613..390b517 100644 --- a/cyrus-sasl-2.1.26-keytab.patch +++ b/cyrus-sasl-2.1.26-keytab.patch @@ -25,13 +25,11 @@ diff --git a/plugins/gssapi.c b/plugins/gssapi.c index 6be9d23..e6fcf46 100644 --- a/plugins/gssapi.c +++ b/plugins/gssapi.c -@@ -51,6 +51,10 @@ +@@ -51,6 +51,8 @@ #include #endif -+#ifdef HAVE_GSSAPI_GSSAPI_KRB5_H +#include -+#endif + #ifdef WIN32 # include