packages: pdns/pdns.spec, pdns/gcc4.patch (NEW) - added gcc4.patch

sls sls at pld-linux.org
Wed Apr 21 18:56:05 CEST 2010


Author: sls                          Date: Wed Apr 21 16:56:05 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added gcc4.patch

---- Files affected:
packages/pdns:
   pdns.spec (1.75 -> 1.76) , gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/pdns/pdns.spec
diff -u packages/pdns/pdns.spec:1.75 packages/pdns/pdns.spec:1.76
--- packages/pdns/pdns.spec:1.75	Mon May 25 22:58:00 2009
+++ packages/pdns/pdns.spec	Wed Apr 21 18:55:59 2010
@@ -17,6 +17,7 @@
 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
@@ -128,6 +129,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 cp %{SOURCE1} .
 cp %{SOURCE2} .
 cp %{SOURCE4} .
@@ -236,6 +238,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.76  2010/04/21 16:55:59  sls
+- added gcc4.patch
+
 Revision 1.75  2009/05/25 20:58:00  arekm
 - rel 2
 

================================================================
Index: packages/pdns/gcc4.patch
diff -u /dev/null packages/pdns/gcc4.patch:1.1
--- /dev/null	Wed Apr 21 18:56:05 2010
+++ packages/pdns/gcc4.patch	Wed Apr 21 18:55:59 2010
@@ -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;
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pdns/pdns.spec?r1=1.75&r2=1.76&f=u



More information about the pld-cvs-commit mailing list