Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 2004 16:07:35 GMT
From:      Florian Kraft <lra.hassberge@gmx.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/74321: security/cyrus-sasl2: Fix build with gssapi and krb5
Message-ID:  <200411241607.iAOG7Zdc094404@www.freebsd.org>
Resent-Message-ID: <200411241610.iAOGAQWL013746@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         74321
>Category:       ports
>Synopsis:       security/cyrus-sasl2: Fix build with gssapi and krb5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 24 16:10:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Florian Kraft
>Release:        5.3
>Organization:
>Environment:
FreeBSD doc.hassberge.lan 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004     root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

      
>Description:
security/cyrus-sasl2 does not currently build with gssapi when krb5 support is desired.      
>How-To-Repeat:
cd /usr/ports/security/cyrus-sasl2; make install

waiting for	
checking gssapi.h usability... no  
>Fix:
/usr/ports/security/cyrus-sasl2/Makefile

-CONFIGURE_ARGS+=--enable-gssapi=${KRB5_HOME}
+CONFIGURE_ARGS+=--enable-gssapi=${KRB5_HOME} --with-gss_impl=mit
 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411241607.iAOG7Zdc094404>