pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

coreclr-git: Use BUILDLINK_PASSTHRU_RPATHDIRS (thanks tnn@)



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Feb 22 21:41:26 2016 +0100
Changeset:	eaaebde959f9ae8d8a7c1d99e9f245ff1f627356

Modified Files:
	coreclr-git/Makefile

Log Message:
coreclr-git: Use BUILDLINK_PASSTHRU_RPATHDIRS (thanks tnn@)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eaaebde959f9ae8d8a7c1d99e9f245ff1f627356

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 coreclr-git/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/coreclr-git/Makefile b/coreclr-git/Makefile
index 43533c9..d144939 100644
--- a/coreclr-git/Makefile
+++ b/coreclr-git/Makefile
@@ -30,6 +30,8 @@ LDFLAGS+=	${COMPILER_RPATH_FLAG}${CORECLR_PREFIX:Q}
 LDFLAGS+=	${COMPILER_RPATH_FLAG}${CORECLR_PREFIX:Q}/Loader/NativeLibs
 LDFLAGS+=	${COMPILER_RPATH_FLAG}${CORECLR_PREFIX:Q}/bin
 
+BUILDLINK_PASSTHRU_RPATHDIRS+=	${CORECLR_PREFIX:Q}
+
 do-configure:
 	${RUN} ${ECHO} Skip configure and call CMake via build.sh
 


Home | Main Index | Thread Index | Old Index