pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: RPath usage in CoreCLR
On Mon, 22 Feb 2016 01:59:31 +0100
Kamil Rytarowski <n54%gmx.com@localhost> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> I'm trying to with the installation target of CoreCLR on NetBSD
> (wip/coreclr-git).
>
> It uses nonstandard distribution paths -- everything is installed
> under single subprefix -- I went for $PREFIX/CoreCLR. To make it work
> I need to set RPATH to $PREFIX/CoreCLR, $PREFIX/CoreCLR/bin and
> $PREFIX/CoreCLR/Loader/NativeLibs...
>
> I don't know what I'm doing wrong, but I always get RPATH value set to
> only $PREFIX/lib.
Hi,
In this situation you need to set BUILDLINK_PASSTHRU_RPATHDIRS.
Look at OpenJDK for example usage.
Cheers,
-Tobias
Home |
Main Index |
Thread Index |
Old Index