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 | |
parent | 71a25c8cd8a7c6b47c98d06c7b6f9574a92e2968 (diff) | |
download | ports-6c803a1da7a57d3ad2040622bacc669dc80cbbae.tar.gz ports-6c803a1da7a57d3ad2040622bacc669dc80cbbae.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind98/Makefile | 1 | ||||
-rw-r--r-- | dns/bind99/Makefile | 1 |
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 |