diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2013-12-04 12:15:53 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2013-12-04 12:15:53 +0000 |
commit | 6c803a1da7a57d3ad2040622bacc669dc80cbbae (patch) | |
tree | 4058814336aea280b4e9b2584247d29fcffa9996 /dns/bind98 | |
parent | Remove 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/Makefile | 1 |
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 |