diff --git a/bind.spec b/bind.spec index f7f1981..2341fff 100644 --- a/bind.spec +++ b/bind.spec @@ -23,6 +23,7 @@ Name: bind %define pkg_vers 9.7.2P2 BuildRequires: openldap2-devel BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel +BuildRequires: krb5-devel Summary: Domain Name System (DNS) Server (named) Version: 9.7.2P2 Release: 4 @@ -281,7 +282,8 @@ CONFIGURE_OPTIONS="\ --with-libtool \ --enable-runidn \ --with-libxml2 \ - --with-dlz-mysql --with-dlz-ldap + --with-dlz-mysql --with-dlz-ldap \ + --with-gssapi " ./configure ${CONFIGURE_OPTIONS} %{__make} %{?_smp_mflags}