aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind98/Makefile
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2013-12-04 20:15:53 +0800
committererwin <erwin@FreeBSD.org>2013-12-04 20:15:53 +0800
commitbfa77c61f4e4cf73ab2024e70078cd760599c09b (patch)
tree4058814336aea280b4e9b2584247d29fcffa9996 /dns/bind98/Makefile
parent870885fe14dfe75e702b3b71ef52d58c3fc26c3c (diff)
downloadfreebsd-ports-gnome-bfa77c61f4e4cf73ab2024e70078cd760599c09b.tar.gz
freebsd-ports-gnome-bfa77c61f4e4cf73ab2024e70078cd760599c09b.tar.zst
freebsd-ports-gnome-bfa77c61f4e4cf73ab2024e70078cd760599c09b.zip
Fix build with GSSAPI
Submitted by: sunpoet
Diffstat (limited to 'dns/bind98/Makefile')
-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