From: Michael Tremer Date: Tue, 29 Dec 2015 19:35:52 +0000 (+0100) Subject: pdns: Don't depend on polarssl X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47ac62000f2484087f64ff4b4a9bdcdfaacb51e2;p=people%2Fstevee%2Fipfire-3.x.git pdns: Don't depend on polarssl pdns uses polarssl which is no longer maintained upstream any more. Since nothing else is using polarssl any more we have dropped this from the distribution and bundle it with pdns. Signed-off-by: Michael Tremer --- diff --git a/pdns/pdns.nm b/pdns/pdns.nm index 21e9984f1..0366ab5dd 100644 --- a/pdns/pdns.nm +++ b/pdns/pdns.nm @@ -5,7 +5,7 @@ name = pdns version = 3.4.7 -release = 1 +release = 2 groups = Networking/DNS url = http://powerdns.com/ @@ -23,12 +23,16 @@ source_dl = http://downloads.powerdns.com/releases/ sources = %{thisapp}.tar.bz2 build + # pdns uses polarssl which is no longer maintained + # upstream any more. Since nothing else is using + # polarssl any more we have dropped this from the + # distribution and bundle it with pdns. + requires boost-devel chrpath gcc-c++ lua-devel - polarssl-devel shadow-utils sqlite-devel zlib-devel @@ -39,7 +43,6 @@ build configure_options += \ --sysconfdir=%{sysconfdir}/pdns \ - --with-system-polarssl \ --with-modules="" \ --with-dynmodules="pipe geo gsqlite3" \ --with-lua \