Subject: Re: cyrus-sasl2 vs. LTCONFIG_OVERRIDE
To: Stephen Degler <stephen@degler.net>
From: Stoned Elipot <seb@starfleet.univ-paris7.fr>
List: tech-pkg
Date: 11/12/2002 09:51:02
On Mon, Nov 11, 2002 at 11:40:25PM -0500, Stephen Degler wrote:
[SNIP]
> Playing around, I've tried another approach that reimplements 
> LTCONFIG_OVERRIDE in bsd.pkg.mk.  It creates a ltconfig wrapper that 
> generates a libtool compatable with the one normally used.  Configure is 
> happy because it can depend on the side effects of ltconfig, and the 
> libtool generated is compatable (virtually identical) with what would 
> normally be invoked.
[SNIP]

I have a fix for this package without touching bsd.pkg.mk.
The idea is to keep LT_CONFIG_OVERRIDE as it should be but then
the configure.in has to be patched. I think I'm going to commit this
real soon now.