Changes of Revision 21
[-] | Changed | pdns.spec |
x 1
2 Patch0: %{name}-fixinit.patch 3 #Patch1: %{name}-%{version}-axfr-patch 4 Patch2: %{name}-%{version}-axfr_slavedb.patch 5 - 6 +Patch3: %{name}-%{version}_missing_includes.patch 7 BuildRequires: boost-devel chrpath gcc-c++ 8 Provides: powerdns = %{version}-%{release} 9 10
11 %patch0 -p1 -b .fixinit 12 #%patch1 -p1 13 %patch2 -p0 14 +%patch3 15 16 %build 17 export CFLAGS="%{optflags} -DLDAP_DEPRECATED -g " 18 |
||
[+] | Added | pdns-2.9.22_missing_includes.patch ^ |
@@ -0,0 +1,24 @@ +Index: pdns/rcpgenerator.cc +=================================================================== +--- pdns/rcpgenerator.cc.orig ++++ pdns/rcpgenerator.cc +@@ -21,6 +21,7 @@ + #include "misc.hh" + #include <boost/lexical_cast.hpp> + #include <iostream> ++#include <cstdio> + #include "base64.hh" + using namespace boost; + +Index: pdns/dnsparser.cc +=================================================================== +--- pdns/dnsparser.cc.orig ++++ pdns/dnsparser.cc +@@ -20,6 +20,7 @@ + #include "dnswriter.hh" + #include <boost/lexical_cast.hpp> + #include <boost/algorithm/string.hpp> ++#include <cstdio> + + using namespace boost; + |