summaryrefslogtreecommitdiff
path: root/dns/bind98
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2013-12-04 12:15:53 +0000
committerErwin Lansing <erwin@FreeBSD.org>2013-12-04 12:15:53 +0000
commit6c803a1da7a57d3ad2040622bacc669dc80cbbae (patch)
tree4058814336aea280b4e9b2584247d29fcffa9996 /dns/bind98
parentRemove obsolete patch, Forgotten in 2.0.2 update. (diff)
Fix build with GSSAPI
Submitted by: sunpoet
Notes
Notes: svn path=/head/; revision=335618
Diffstat (limited to 'dns/bind98')
-rw-r--r--dns/bind98/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile
index f786679feb72..2de9ad86531d 100644
--- a/dns/bind98/Makefile
+++ b/dns/bind98/Makefile
@@ -157,6 +157,7 @@ CONFIGURE_ARGS+= --disable-threads
.if ${PORT_OPTIONS:MGSSAPI}
CONFIGURE_ARGS+= --with-gssapi
+LDFLAGS+= -L${LIBDIR} -lgssapi_krb5
.else
CONFIGURE_ARGS+= --without-gssapi
.endif