]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
pdns: Don't depend on polarssl
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Dec 2015 19:35:52 +0000 (20:35 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Dec 2015 19:35:52 +0000 (20:35 +0100)
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 <michael.tremer@ipfire.org>
pdns/pdns.nm

index 21e9984f163391a8378aefebbad1f3e451b592e8..0366ab5dd500d78422e6d93e9946831c080b02cd 100644 (file)
@@ -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 \