Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2003 11:17:36 +0300
From:      =?koi8-r?B?5MXK1MXSIOHMxcvTwc7E0iD3wczF0snF18ne?= <tiamat@komi.mts.ru>
To:        <ume@FreeBSD.org>
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: cyrus-sasl-2.1.15 broken with heimdal
Message-ID:  <00b401c3c53f$64d5a380$b901320a@komi.mts.ru>

next in thread | raw e-mail | index | archive | help
configure: WARNING: The system type is not recognized. If you believe that
Cyber
Safe GSSAPI works on this platform, please update the configure script
checking gssapi.h usability... no
checking gssapi.h presence... no
checking for gssapi.h... no
checking gssapi/gssapi.h usability... no
checking gssapi/gssapi.h presence... no
checking for gssapi/gssapi.h... no
configure: WARNING: Disabling GSSAPI - no include files found
checking GSSAPI... disabled

patch:

--- Makefile.orig Thu Dec 18 11:12:35 2003
+++ Makefile Thu Dec 18 11:02:42 2003
@@ -119,7 +119,7 @@
 .if !defined(WITHOUT_GSSAPI) && defined(KRB5_HOME) &&
exists(${KRB5_HOME}/lib/libgssapi_krb5.a)
 CONFIGURE_ARGS+=--enable-gssapi=${KRB5_HOME}
 .elif !defined(WITHOUT_GSSAPI) && defined(HEIMDAL_HOME) &&
exists(${HEIMDAL_HOME}/lib/libgssapi.a)
-CONFIGURE_ARGS+=--enable-gssapi=${HEIMDAL_HOME}
+CONFIGURE_ARGS+=--enable-gssapi=${HEIMDAL_HOME} --with-gss_impl=heimdal
 .elif !defined(WITHOUT_GSSAPI) && defined(MAKE_KERBEROS5) &&
exists(/usr/lib/libkrb5.a)
 CONFIGURE_ARGS+=--enable-gssapi
 .else

Thanks!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00b401c3c53f$64d5a380$b901320a>