On Fri, 2007-06-08 at 09:55 +0200, Stephan Bergmann wrote:

> - Add some APPnRPATH and SHLnRPATH makefile variables with (for now) 
> three possible values, like "urelib" (expands to RPATH=$ORIGIN), 
> "urebin" (expands to RPATH=$ORIGIN:$ORIGIN/../lib), "ooo" (expands to 
> RPATH=$ORIGIN:$ORIGIN/../ure-link/lib).  With a sensibly chosen default 
> (i.e., {APP|SHL}nRPATH="ooo"), not much existing code needs to be 
> adapted.  Has the advantage of being explicit (except for the default 
> thing) and specific, and the disadvantage of potential for failures on 
> the side of the code writers (copying SHL1RPATH="urelib" from 
> sal/util/makefile.mk when creating a new non-URE shared library).

Yeah, works for me. I think we can live with the occasional potential
fixup on a new library, new libraries don't come around every day
anyway.

C.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to