FreeBSD Port: cyrus-sasl-2.1.15 broken with heimdal

Дейтер Александр Валериевич tiamat at komi.mts.ru
Thu Dec 18 00:18:04 PST 2003


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!



More information about the freebsd-ports mailing list