On Wed, Feb 13, 2002 at 08:57:12AM -0800, Craig Hughes wrote:
> Here's the final fix to this problem -- the trick was that the Makefile
> was trying to compile spamc with the same flags that perl itself was
> compiled with, which is overkill (particularly the libs stuff).  So I've
> removed the libs bits.  This is checked into CVS now.
> 

The tar.gz I just downloaded (2.1, latest CVS) doesn't have this applied?
What's going on?

> 
> 
> --- Makefile.PL 31 Jan 2002 23:46:34 -0000      1.22
> +++ Makefile.PL 13 Feb 2002 16:54:31 -0000
> @@ -110,7 +110,7 @@
>  
>  spamd/spamc: spamd/spamc.c
>         $(CFCC) $(CFCCFLAGS) $(CFOPTIMIZE) spamd/spamc.c \
> -                       -o $@ $(CFLDFLAGS) $(CFLIBS)
> +                       -o $@
>  
>  inst_cfs: $(LOCAL_RULES_DIR) $(DEF_RULES_DIR)
> $(DEF_RULES_DIR)/user_prefs.template $(LOCAL_RULES_DIR)/local.cf
> migrate_cfs
>         for file in $(RULES) ; do \
> 
> 
> 
> 
> 

-- 
Duncan Findlay

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to