]> git.pld-linux.org Git - packages/pdns.git/commitdiff
- added gcc4.patch
authorSzymon Siwek <sls@pld-linux.org>
Wed, 21 Apr 2010 16:55:59 +0000 (16:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc4.patch -> 1.1
    pdns.spec -> 1.76

gcc4.patch [new file with mode: 0644]
pdns.spec

diff --git a/gcc4.patch b/gcc4.patch
new file mode 100644 (file)
index 0000000..8970b27
--- /dev/null
@@ -0,0 +1,20 @@
+--- pdns-2.9.22/pdns/rcpgenerator.cc.orig      2010-04-14 23:40:51.208359588 +0200
++++ pdns-2.9.22/pdns/rcpgenerator.cc   2010-04-14 23:42:06.531685676 +0200
+@@ -21,6 +21,7 @@
+ #include "misc.hh"
+ #include <boost/lexical_cast.hpp>
+ #include <iostream>
++#include <cstdio>
+ #include "base64.hh"
+ using namespace boost;
+--- pdns-2.9.22/pdns/dnsparser.cc.orig 2010-04-14 23:44:22.735837950 +0200
++++ pdns-2.9.22/pdns/dnsparser.cc      2010-04-14 23:44:37.368336270 +0200
+@@ -20,6 +20,7 @@
+ #include "dnswriter.hh"
+ #include <boost/lexical_cast.hpp>
+ #include <boost/algorithm/string.hpp>
++#include <cstdio>
+ using namespace boost;
index 4c38ab30f2d33b9455c5eb9a033714228c0a0d64..77b5c35b8b432a7ceba6a2bcafc2f05c4206578e 100644 (file)
--- a/pdns.spec
+++ b/pdns.spec
@@ -16,6 +16,7 @@ Source5:      %{name}.sysconfig
 Patch0:                %{name}-configure.patch
 Patch1:                %{name}-int16.patch
 Patch2:                %{name}-openldap-2.3.patch
+Patch3:                gcc4.patch
 URL:           http://www.powerdns.com/
 BuildRequires: bison
 BuildRequires: boost-devel >= 1.35.0
@@ -127,6 +128,7 @@ LDAP.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 cp %{SOURCE1} .
 cp %{SOURCE2} .
 cp %{SOURCE4} .
This page took 0.132854 seconds and 4 git commands to generate.