From db8bc8a4cfefb59d4e0f7073dc92d55b24cbaead Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 11 Jul 2018 10:09:51 +0200 Subject: [PATCH] - use libidn2 instead of idnkit --- bind.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bind.spec b/bind.spec index 853a23b..d18129d 100644 --- a/bind.spec +++ b/bind.spec @@ -82,8 +82,8 @@ BuildRequires: bison BuildRequires: flex %{?with_geoip:BuildRequires: GeoIP-devel} %{?with_kerberos5:BuildRequires: heimdal-devel} -BuildRequires: idnkit-devel BuildRequires: json-c-devel +BuildRequires: libidn2-devel %{?with_seccomp:BuildRequires: libseccomp-devel} BuildRequires: libtool %{?with_hip:BuildRequires: libxml2-devel} @@ -416,7 +416,7 @@ cp -f /usr/share/automake/config.* . %{!?with_static_libs:--disable-static} \ --enable-threads \ %{?with_kerberos5:--with-gssapi} \ - --with-idn \ + --with-libidn2 \ --with-libtool \ %{?with_ssl:--with-openssl} \ %{?with_sql:--with-dlz-postgres} \ -- 2.44.0