Package: znc / 0.206-2

Metadata

Package Version Patches format
znc 0.206-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 swig wrapper.diff | (download)

modules/modpython/modpython.i | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 qualify access to pair with std:: for swig.
 SWIG seems to have problems with access to imported C++ namespaces.
 William S. Fulton suggested to work around this by qualifying std::pair
 in this email:
 http://article.gmane.org/gmane.comp.programming.swig.devel/21772
 .
 This patch does just that and seems to fix building with SWIG 2.0.7.
 In the long run this should of course be fixed in SWIG.