diff options
author | Sven Wegener <swegener@gentoo.org> | 2009-01-22 18:11:21 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2009-01-22 18:11:21 +0000 |
commit | 7d168d709fa19cbc9a09f4296f06686c9cdda8b1 (patch) | |
tree | 2cdebeee6daed3062f1de7ff28b460957cbb2945 /net-dns/pdns/files | |
parent | Unmasking ~net-wireless/iwl3945-ucode-15.28.2.8 since it's good idea to use i... (diff) | |
download | gentoo-2-7d168d709fa19cbc9a09f4296f06686c9cdda8b1.tar.gz gentoo-2-7d168d709fa19cbc9a09f4296f06686c9cdda8b1.tar.bz2 gentoo-2-7d168d709fa19cbc9a09f4296f06686c9cdda8b1.zip |
Fix zone2ldap, bug #253959.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-dns/pdns/files')
-rw-r--r-- | net-dns/pdns/files/2.9.21.2-zone2ldap.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-dns/pdns/files/2.9.21.2-zone2ldap.patch b/net-dns/pdns/files/2.9.21.2-zone2ldap.patch new file mode 100644 index 000000000000..5689a4a05beb --- /dev/null +++ b/net-dns/pdns/files/2.9.21.2-zone2ldap.patch @@ -0,0 +1,21 @@ +Index: pdns/pdns/backends/bind/zone2ldap.cc +=================================================================== +--- pdns/pdns/backends/bind/zone2ldap.cc (revision 1057) ++++ pdns/pdns/backends/bind/zone2ldap.cc (revision 1058) +@@ -27,6 +27,7 @@ + #include "bindparser.hh" + #include "statbag.hh" + #include <boost/function.hpp> ++#include "dnsrecords.hh" + #include "misc.hh" + #include "dns.hh" + #include "zoneparser-tng.hh" +@@ -155,7 +156,7 @@ + #if __GNUC__ >= 3 + ios_base::sync_with_stdio( false ); + #endif +- ++ reportAllTypes(); + args.setCmd( "help", "Provide a helpful message" ); + args.setSwitch( "verbose", "Verbose comments on operation" ) = "no"; + args.setSwitch( "resume", "Continue after errors" ) = "no"; |