components/bind/Makefile
changeset 5669 4935ae25fd04
parent 5668 d5f739f94514
child 5682 94c0ca64c022
--- a/components/bind/Makefile	Tue Mar 29 09:21:13 2016 +0100
+++ b/components/bind/Makefile	Tue Mar 29 09:21:13 2016 +0100
@@ -71,6 +71,7 @@
 CONFIGURE_OPTIONS +=	--sysconfdir=/etc
 CONFIGURE_OPTIONS +=	--localstatedir=/var
 CONFIGURE_OPTIONS +=	--with-randomdev=/dev/random
+CONFIGURE_OPTIONS +=	--with-gssapi=/usr
 
 # Compiler and compiler options:
 # - configure will add "-mt" to CC which is already set in CFLAGS, so override.
@@ -182,6 +183,8 @@
 REQUIRED_PACKAGES += library/security/openssl
 REQUIRED_PACKAGES += library/security/openssl/openssl-fips-140
 REQUIRED_PACKAGES += network/dns/bind
+REQUIRED_PACKAGES += service/security/kerberos-5
 REQUIRED_PACKAGES += shell/ksh93
 REQUIRED_PACKAGES += system/core-os
 REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += system/library/security/gss