added gssapi (bnc#618023)

OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=37
This commit is contained in:
Uwe Gansert 2010-11-23 11:53:22 +00:00 committed by Git OBS Bridge
parent 789e266dc9
commit c1b812b3d8

View File

@ -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}