> > Here I have a patch for the clamav CVS that allows compiliation of
> > libclamav and clamscan on DJGPP.  Note that in addition to the patch,
> > the ./configure script needs to also #define lstat stat and #define
> > d_ino d_namlen for DJGPP.
>
> > mbox.c:
> >  #if    C_SOLARIS && __GNUC__
> >  #undef WITH_CURL
> > +#elif defined(__DJGPP__)
> > +#undef  WITH_CURL
> >  #endif
>
> Not needed - just specify --without-curl to configure. The Solaris way
> is specific to that platform and is not a generic pointer for other
> systems, which is they way you seem to have treated it.

Would it be possible to get the rest of the patch merged and for
someone who is experienced in editing configure scripts to add the
neccessary defines to modify the configure script?  (#define d_ino
d_namlen #define lstat stat)
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html

Reply via email to