]> git.pld-linux.org Git - packages/bind.git/commitdiff
- rel 2; enable seccomp support auto/th/bind-9.10.1-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 10 Oct 2014 09:00:23 +0000 (11:00 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 10 Oct 2014 09:00:23 +0000 (11:00 +0200)
bind.spec

index f38c15d60d5e3e598a8509dee733e67941719061..2866ef6523454694c5715cf4be232008158658d7 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -43,7 +43,7 @@ Summary(uk.UTF-8):    BIND - cервер системи доменних імен (
 Summary(zh_CN.UTF-8):  Internet 域名服务器
 Name:          bind
 Version:       %{ver}%{pverdot}
-Release:       1
+Release:       2
 Epoch:         7
 License:       BSD-like
 Group:         Networking/Daemons
@@ -79,6 +79,7 @@ BuildRequires:        bison
 BuildRequires: flex
 %{?with_kerberos5:BuildRequires:       heimdal-devel}
 BuildRequires: idnkit-devel
+BuildRequires: libseccomp-devel
 BuildRequires: libtool
 %{?with_hip:BuildRequires:     libxml2-devel}
 %{?with_sql:BuildRequires:     mysql-devel}
@@ -402,7 +403,8 @@ cp -f /usr/share/automake/config.* .
        --enable-threads \
        --enable-getifaddrs \
        --enable-newstats \
-       --enable-full-report
+       --enable-full-report \
+       --enable-seccomp
 
 %{__make}
 %{?with_hip:cd bind-hip/; %{__make}}
This page took 0.220799 seconds and 4 git commands to generate.