Mbedtls build dep temporary disabled

This commit is contained in:
Morten Stevens 2015-07-31 22:57:06 +02:00
parent a1081872b8
commit dd7e0fa25a
1 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Name: pdns
Version: 3.4.5
Release: 5%{?dist}
Release: 6%{?dist}
Summary: A modern, advanced and high performance authoritative-only nameserver
Group: System Environment/Daemons
License: GPLv2
@ -25,7 +25,7 @@ BuildRequires: lua-devel
BuildRequires: cryptopp-devel
BuildRequires: bison
BuildRequires: zeromq-devel
BuildRequires: mbedtls-devel
# BuildRequires: mbedtls-devel
Provides: powerdns = %{version}-%{release}
%global backends %{backends} bind
@ -185,7 +185,6 @@ export CPPFLAGS="-DLDAP_DEPRECATED"
--disable-dependency-tracking \
--disable-silent-rules \
--with-modules='' \
--with-system-polarssl \
--with-lua \
--with-dynmodules='%{backends}' \
--enable-cryptopp \
@ -326,6 +325,9 @@ exit 0
%{_libdir}/%{name}/liblmdbbackend.so
%changelog
* Fri Jul 31 2015 Morten Stevens <mstevens@imt-systems.com> - 3.4.5-6
- Mbedtls build dep temporary disabled due build issues
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.5-5
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159