Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2014 22:05:07 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341892 - head/mail/dovecot
Message-ID:  <201401302205.s0UM57ep057682@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Jan 30 22:05:06 2014
New Revision: 341892
URL: http://svnweb.freebsd.org/changeset/ports/341892
QAT: https://qat.redports.org/buildarchive/r341892/

Log:
  Fix linking on FreeBSD 10 when GSSAPI=on
  
  PR:		ports/184667
  Submitted by:	Adam McDougall <mcdouga9@egr.msu.edu>
  Approved by:	maintainer timeout

Modified:
  head/mail/dovecot/Makefile

Modified: head/mail/dovecot/Makefile
==============================================================================
--- head/mail/dovecot/Makefile	Thu Jan 30 22:03:16 2014	(r341891)
+++ head/mail/dovecot/Makefile	Thu Jan 30 22:05:06 2014	(r341892)
@@ -107,6 +107,7 @@ DOCS+=			README.managesieve
 #
 .if ${PORT_OPTIONS:MGSSAPI}
 CONFIGURE_ARGS+=	--with-gssapi
+LDFLAGS+=		-lgssapi_krb5
 .else
 CONFIGURE_ARGS+=	--without-gssapi
 .endif



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