]> git.pld-linux.org Git - packages/bind.git/commitdiff
- rel 2; kerberos bcond; define _GNU_SOURCE for in6_pktinfo auto/th/bind-9_5_0-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 5 Jun 2008 20:24:21 +0000 (20:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bind.spec -> 1.277

bind.spec

index 5ee039be5eaf0d5a2f95691acf2a7f947d710d7d..d4dc2bee9dcd8f0b770c1342c6ade8df8bcf5c10 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -5,6 +5,7 @@
 %bcond_without ssl             # build without OpenSSL support
 %bcond_without ipv6            # build without IPv6 support
 %bcond_without ldap            # build without LDAP support
+%bcond_without kerberos5       # build without kerneros5 support
 %bcond_without sql             # build without SQL support
 %bcond_without static_libs     # build without static libraries
 %bcond_without tests           # perform tests
@@ -22,7 +23,7 @@ Summary(uk.UTF-8):    BIND - cервер системи доменних імен (
 Summary(zh_CN.UTF-8):  Internet 域名服务器
 Name:          bind
 Version:       9.5.0
-Release:       1
+Release:       2
 Epoch:         7
 License:       BSD-like
 Group:         Networking/Daemons
@@ -55,6 +56,7 @@ BuildRequires:        automake
 BuildRequires: bison
 BuildRequires: flex
 BuildRequires: idnkit-devel
+%{?with_kerberos5:BuildRequires:       krb5-devel}
 %{?with_hip:BuildRequires:     libxml2-devel}
 BuildRequires: libtool
 %{?with_ldap:BuildRequires:    openldap-devel}
@@ -356,10 +358,12 @@ cd lib/bind
 cp -f /usr/share/automake/config.* .
 cd ../..
 %configure \
+       CFLAGS="-D_GNU_SOURCE=1" \
        --with-idn \
        --with-libtool \
        %{?with_ssl:--with-openssl=%{_prefix}} \
        %{?with_ipv6:--enable-ipv6} \
+       %{?with_kerberos5:--with-gssapi} \
        --enable-libbind \
        %{?with_sql:--with-dlz-postgres=yes} \
        %{?with_sql:--with-dlz-mysql=yes} \
This page took 0.100379 seconds and 4 git commands to generate.