pkgsrc-WIP-changes archive

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

ldc: disable build with lld



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Tue Jun 1 09:49:04 2021 +0200
Changeset:	aee1a2d45ab7e5091da383182bd5b3233910fcb3

Modified Files:
	ldc/Makefile

Log Message:
ldc: disable build with lld

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

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

diffstat:
 ldc/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/ldc/Makefile b/ldc/Makefile
index daae20a052..aa354cabb0 100644
--- a/ldc/Makefile
+++ b/ldc/Makefile
@@ -21,6 +21,7 @@ CMAKE_ARG_PATH= ${WRKSRC}
 
 CMAKE_ARGS+=	-GNinja
 CMAKE_ARGS+=	-DLLVM_CONFIG=${LLVM_CONFIG_PATH}
+CMAKE_ARGS+=	-DLDC_WITH_LLD=OFF
 
 post-extract:
 	${RUN} mkdir -p ${WRKDIR}/build


Home | Main Index | Thread Index | Old Index