Hi,

When building on freeBSD 5/6 system(s):

Line 4092 of libclamav/mbox.c references an 'arg' variable which
is only defined if CL_THREAD_SAFE is defined.  CL_THREAD_SAFE should
be defined, but it isn't.

As to why it isn't defined,

Line 443 of configure.in has a case label:
freebsd[45]*)

and produces this case label in the configure script:
freebsd45*)

where it really needs to produce
freebsd[45]*)

i.e., the configure.in line needs to have its brackets quoted.

Correcting this makes it build ok.  Now on to see if it works :)

Yours,
-mm-

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html

Reply via email to