aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dns/bind98/Makefile1
-rw-r--r--dns/bind99/Makefile1
2 files changed, 2 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
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index 8aba221a0d85..be6ab5a6b1f1 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -164,6 +164,7 @@ CONFIGURE_ARGS+= --disable-threads
.if ${PORT_OPTIONS:MGSSAPI}
CONFIGURE_ARGS+= --with-gssapi
+LDFLAGS+= -L${LIBDIR} -lgssapi_krb5
.else
CONFIGURE_ARGS+= --without-gssapi
.endif