On Thu, 28 Apr 2016, Leonardo Arena rnalrd@... [milter-greylist] wrote: > (edge-x86_64) ~/aports/testing/milter-greylist/src/milter-greylist-4.4.3 > $ grep HAVE_SA_LEN config.h > #define HAVE_SA_LEN /**/ > > > > If I comment it out, it compiles just fine. > > > I have very limited knowledge of autotools and C. Could anyone provide a > patch to properly detect socket address struct length support? > > Or maybe I'm completely off-track? I would guess that configure is correct but that milter-greylist code is not correctly including the header files that configure used while it was doing its testing (i.e. missing header inclusion). Grep across all the system header files to make sure that SA_LEN really does not exist. If it does exist, another possibility is that some define (or lack thereof) is necessary for it to be exposed. Bob -- Bob Friesenhahn bfriesen@..., http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
Message
Re: [milter-greylist] Socket address structure length detection
2016-04-28 by Bob Friesenhahn
Attachments
- No local attachments were found for this message.