Bug 74321 - security/cyrus-sasl2: Fix build with gssapi and krb5
Summary: security/cyrus-sasl2: Fix build with gssapi and krb5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hajimu UMEMOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-24 16:10 UTC by Florian Kraft
Modified: 2004-11-24 16:36 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Kraft 2004-11-24 16:10:26 UTC
security/cyrus-sasl2 does not currently build with gssapi when krb5 support is desired.

Fix: 

/usr/ports/security/cyrus-sasl2/Makefile

-CONFIGURE_ARGS+=--enable-gssapi=${KRB5_HOME}
+CONFIGURE_ARGS+=--enable-gssapi=${KRB5_HOME} --with-gss_impl=mit
How-To-Repeat: cd /usr/ports/security/cyrus-sasl2; make install

waiting for	
checking gssapi.h usability... no
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2004-11-24 16:27:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ume

To maintainer
Comment 2 Hajimu UMEMOTO freebsd_committer freebsd_triage 2004-11-24 16:36:09 UTC
State Changed
From-To: open->closed

Thanks, committed!