Re: How to use BUILD_SPAMC=no ?

2016-11-26 Thread Dan Jacobson
I see. Submitted https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7376


Re: How to use BUILD_SPAMC=no ?

2016-11-26 Thread Bill Cole

On 25 Nov 2016, at 22:44, Dan Jacobson wrote:


In Makefile.PL we observe

  'BUILD_SPAMC'  ,# Set to 'no' to skip build of spamc.
  'BUILD_SPAMD',  # Set to 'no' to skip build of spamd.

Does this mean we can do
perl Makefile.PL BUILD_SPAMC=no BUILD_SPAMD=no ?

But if I see

cd spamc
/usr/bin/perl version.h.pl

in the compilation, does that mean I have made a mistake?


Probably not.

Are you building on Windows?

I can't speak from specific experience (no Windows here) but those are 
only documented outside of the code as being relevant to Windows builds. 
See the spamc/README.win file. With that said... I see no sign of those 
variables being checked anywhere so I don't know if they actually work, 
but my knowledge of building Windows software is limited to the fact 
that it involves Windows and code.




How to use BUILD_SPAMC=no ?

2016-11-25 Thread Dan Jacobson
In Makefile.PL we observe

  'BUILD_SPAMC'  ,# Set to 'no' to skip build of spamc.
  'BUILD_SPAMD',  # Set to 'no' to skip build of spamd.

Does this mean we can do
perl Makefile.PL BUILD_SPAMC=no BUILD_SPAMD=no ?

But if I see

cd spamc
/usr/bin/perl version.h.pl

in the compilation, does that mean I have made a mistake?