]> git.pld-linux.org Git - packages/bind.git/commitdiff
- rel 4; disable SIT support (unfortunately there are too many broken DNS servers... auto/th/bind-9.10.1-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 24 Nov 2014 13:48:15 +0000 (14:48 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 24 Nov 2014 13:48:15 +0000 (14:48 +0100)
bind.spec

index 03deead4771d7e0759bcb9e9f41c8dfbab848f20..619da6676a09999d67160ab310f0afbce7272823 100644 (file)
--- 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 \
This page took 0.05318 seconds and 4 git commands to generate.