]> git.pld-linux.org Git - packages/bind.git/commitdiff
- switch to geoip2; drop obsolete options auto/th/bind-9.14.5-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 22 Aug 2019 12:06:16 +0000 (14:06 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 22 Aug 2019 12:06:16 +0000 (14:06 +0200)
bind.spec

index f51df4b0e3ebdbc71828a2f25cf648ca14488e18..7ef6fa34ae3cdde6062a774e97a49fd5650c665d 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -15,7 +15,6 @@
 %bcond_with    tests           # unit tests
 %bcond_with    edns_cli        # ability to use edns-client-subnet in dig
 %bcond_with    hip             # HIP RR support
-%bcond_with    seccomp         # libseccomp system call filtering
 
 %if "%{pld_release}" == "ac"
 %bcond_with    epoll           # enable epoll support
@@ -81,16 +80,15 @@ BuildRequires:      autoconf >= 2.59
 BuildRequires: automake
 BuildRequires: bison
 BuildRequires: flex
-%{?with_geoip:BuildRequires:   GeoIP-devel}
 %{?with_kerberos5:BuildRequires:       heimdal-devel}
 BuildRequires: json-c-devel
 BuildRequires: libidn2-devel
 # note, there is no kyua in PLD yet (work in progress)
 %{?with_tests:%{!?with_system_tests:BuildRequires:     kyua}}
-%{?with_seccomp:BuildRequires: libseccomp-devel}
 BuildRequires: libtool
 %{?with_hip:BuildRequires:     libxml2-devel}
 %{?with_lmdb:BuildRequires:    lmdb-devel}
+%{?with_geoip:BuildRequires:   libmaxminddb-devel}
 %{?with_sql:BuildRequires:     mysql-devel}
 %{?with_ldap:BuildRequires:    openldap-devel}
 %{?with_ssl:BuildRequires:     openssl-devel >= 0.9.8d}
@@ -412,12 +410,8 @@ cp -f /usr/share/automake/config.* .
        CFLAGS="-D_GNU_SOURCE=1 %{rpmcppflags}" \
        %{!?with_epoll:--disable-epoll --disable-devpoll} \
        --enable-full-report \
-       --enable-getifaddrs \
-       %{?with_ipv6:--enable-ipv6} \
        --enable-largefile \
-       %{__enable_disable seccomp} \
        %{!?with_static_libs:--disable-static} \
-       --enable-threads \
        %{?with_kerberos5:--with-gssapi} \
        --with-libidn2 \
        --with-libtool \
@@ -429,7 +423,7 @@ cp -f /usr/share/automake/config.* .
        %{?with_ldap:--with-dlz-ldap} \
        --with-dlz-odbc%{!?with_odbc:=no} \
        --with-dlz-stub \
-       %{?with_geoip:--with-geoip} \
+       %{?with_geoip:--with-geoip2} \
        --with-lmdb%{!?with_lmdb:=no} \
        --with-python=%{__python3}
 
This page took 0.385243 seconds and 4 git commands to generate.