From: Wouter Wijngaards Date: Mon, 28 Feb 2011 08:10:54 +0000 (+0000) Subject: Fix python compile with swig 2.0.2 (have not tested with 2.0.2, but likely). X-Git-Tag: release-1.6.9rc1~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1a3f8aba3d86cfe70c2a18a853a86a67337dd4b;p=thirdparty%2Fldns.git Fix python compile with swig 2.0.2 (have not tested with 2.0.2, but likely). --- diff --git a/Changelog b/Changelog index 4fd7264a..a21c4a94 100644 --- a/Changelog +++ b/Changelog @@ -7,6 +7,7 @@ ldns_rdf2str(). * Added more memory allocation checks in host2str.c * python wrapper for ldns_fetch_valid_domain_keys by Bedrich Kosata. + * fix to compile python wrapper with swig 2.0.2. 1.6.8 2011-01-24 * Fix ldns zone, so that $TTL definition match RFC 2308. diff --git a/contrib/python/ldns.i b/contrib/python/ldns.i index 626d5d7c..ddd0a51b 100644 --- a/contrib/python/ldns.i +++ b/contrib/python/ldns.i @@ -113,13 +113,13 @@ uint32_t ldns_read_timeval_usec(struct timeval* t) { %include %include %include -%include //ruzne fce +%include %include %include %include %include %include -%include //potrebuje wire +%include %include %include %include