pkgsrc-WIP-changes archive

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

coreclr-git: Set RPATH properly



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Feb 21 14:36:49 2016 +0100
Changeset:	aa3f19cd757a0a20fdb1314c6977bbe684851d4c

Modified Files:
	coreclr-git/Makefile

Log Message:
coreclr-git: Set RPATH properly

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

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, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/coreclr-git/Makefile b/coreclr-git/Makefile
index 5771fba..8e2c182 100644
--- a/coreclr-git/Makefile
+++ b/coreclr-git/Makefile
@@ -21,7 +21,7 @@ REPLACE_BASH+=	build.sh
 
 DEPENDS+=	${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
-CMAKE_ARGS+=	-DCORECLR_SET_RPATH=OFF
+CMAKE_ARGS+=	-DCORECLR_SET_RPATH:BOOL=OFF
 
 do-configure:
 	${RUN} ${ECHO} Skip configure and call CMake via build.sh


Home | Main Index | Thread Index | Old Index