svn commit: r348327 - head/mail/dovecot2
Pawel Pekala
pawel at FreeBSD.org
Sat Mar 15 14:31:49 UTC 2014
Author: pawel
Date: Sat Mar 15 14:31:48 2014
New Revision: 348327
URL: http://svnweb.freebsd.org/changeset/ports/348327
QAT: https://qat.redports.org/buildarchive/r348327/
Log:
Fix linking on FreeBSD 10 when GSSAPI=on
PR: ports/186745
Submitted by: Jyrki Ahpola <jyrkia at gmail.com>
Approved by: maintainer timeout
Modified:
head/mail/dovecot2/Makefile
Modified: head/mail/dovecot2/Makefile
==============================================================================
--- head/mail/dovecot2/Makefile Sat Mar 15 14:08:07 2014 (r348326)
+++ head/mail/dovecot2/Makefile Sat Mar 15 14:31:48 2014 (r348327)
@@ -101,6 +101,7 @@ CONFIGURE_ARGS+=--without-ssl
#
.if ${PORT_OPTIONS:MGSSAPI}
CONFIGURE_ARGS+=--with-gssapi
+LDFLAGS+= -lgssapi_krb5
.else
CONFIGURE_ARGS+=--without-gssapi
.endif
More information about the svn-ports-head
mailing list