summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miśkiewicz2014-11-24 13:48:15 (GMT)
committerArkadiusz Miśkiewicz2014-11-24 13:48:15 (GMT)
commit16547c58fdd89ea98ed622e4f5a2433037d66bdf (patch)
treef3afae9d4438c24070f679e4e1f55949e1096eb6
parentf3fc3a2048d77748c50ff3d82a3e6e8780138af4 (diff)
downloadbind-16547c58fdd89ea98ed622e4f5a2433037d66bdf.zip
bind-16547c58fdd89ea98ed622e4f5a2433037d66bdf.tar.gz
- rel 4; disable SIT support (unfortunately there are too many broken DNS servers/load balancers out there like adobe.com ones)auto/th/bind-9.10.1-4
-rw-r--r--bind.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index 03deead..619da66 100644
--- a/bind.spec
+++ b/bind.spec
@@ -13,6 +13,7 @@
%bcond_with hip # build with HIP RR support
%bcond_without geoip # build with GeoIP support
%bcond_with seccomp # seccomp
+%bcond_with sit # SIT (Source Identity Token)
%if "%{pld_release}" == "ac"
%bcond_with epoll # enable epoll support
@@ -44,7 +45,7 @@ Summary(uk.UTF-8): BIND - cервер системи доменних імен (
Summary(zh_CN.UTF-8): Internet 域名服务器
Name: bind
Version: %{ver}%{pverdot}
-Release: 3
+Release: 4
Epoch: 7
License: BSD-like
Group: Networking/Daemons
@@ -400,7 +401,7 @@ cp -f /usr/share/automake/config.* .
--enable-largefile \
%{!?with_epoll:--disable-epoll --disable-devpoll} \
%{!?with_static_libs:--enable-static=no} \
- --enable-sit \
+ %{__enable_disable sit} \
--enable-threads \
--enable-getifaddrs \
--enable-full-report \