]> git.pld-linux.org Git - packages/bind.git/commitdiff
- rel 3; disable seccomp as bind built with it hangs/stops at boot; newstats option... auto/th/bind-9.10.1-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 8 Nov 2014 14:56:41 +0000 (15:56 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 8 Nov 2014 14:56:41 +0000 (15:56 +0100)
bind.spec

index 2866ef6523454694c5715cf4be232008158658d7..03deead4771d7e0759bcb9e9f41c8dfbab848f20 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -12,6 +12,7 @@
 %bcond_with    edns_cli        # build with the ability to use edns-client-subnet in dig
 %bcond_with    hip             # build with HIP RR support
 %bcond_without geoip           # build with GeoIP support
+%bcond_with    seccomp         # seccomp
 
 %if "%{pld_release}" == "ac"
 %bcond_with    epoll           # enable epoll support
@@ -43,7 +44,7 @@ Summary(uk.UTF-8):    BIND - cервер системи доменних імен (
 Summary(zh_CN.UTF-8):  Internet 域名服务器
 Name:          bind
 Version:       %{ver}%{pverdot}
-Release:       2
+Release:       3
 Epoch:         7
 License:       BSD-like
 Group:         Networking/Daemons
@@ -79,7 +80,7 @@ BuildRequires:        bison
 BuildRequires: flex
 %{?with_kerberos5:BuildRequires:       heimdal-devel}
 BuildRequires: idnkit-devel
-BuildRequires: libseccomp-devel
+%{?with_seccomp:BuildRequires: libseccomp-devel}
 BuildRequires: libtool
 %{?with_hip:BuildRequires:     libxml2-devel}
 %{?with_sql:BuildRequires:     mysql-devel}
@@ -402,9 +403,8 @@ cp -f /usr/share/automake/config.* .
        --enable-sit \
        --enable-threads \
        --enable-getifaddrs \
-       --enable-newstats \
        --enable-full-report \
-       --enable-seccomp
+       %{__enable_disable seccomp}
 
 %{__make}
 %{?with_hip:cd bind-hip/; %{__make}}
This page took 0.040913 seconds and 4 git commands to generate.