pkgsrc-WIP-changes archive

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

coreclr-git: Fix usage of -DCORECLR_SET_RPATH



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Feb 17 22:25:47 2016 +0100
Changeset:	239a6c25de6428c268dccc9af57ab337118fb423

Modified Files:
	coreclr-git/Makefile

Log Message:
coreclr-git: Fix usage of -DCORECLR_SET_RPATH

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

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 3eaa142..398ee76 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:BOOL=OFF
+CMAKE_ARGS+=	-DCORECLR_SET_RPATH=OFF
 
 do-configure:
 	${RUN} ${ECHO} Skip configure and call CMake via build.sh


Home | Main Index | Thread Index | Old Index