David A. Ranch <dranch@...> wrote: > Could someone chime in on thoughts on how I might alter the > milter-greylist "configure" or Makefile to get things compiling without > IPv6 support? Well, tweak configure.ac if you want to submit a patch (it will be welcome), or if you just want the thing to quickly work, add this in config.h: #ifdef AF_INET6 #undef AF_INET6 #endif -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@...
Message
Re: [milter-greylist] Compiling milter-greylist 3.0.0 fails on old 2.0.x Linux kernel
2007-09-09 by manu@netbsd.org