pkgsrc-WIP-changes archive

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

llvm-git: Temporarily disable -DLLVM_LINK_LLVM_DYLIB=ON



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jun 18 18:45:29 2017 +0200
Changeset:	87823212024f9bc29310ff431c870b1282eedaf3

Modified Files:
	llvm-git/Makefile

Log Message:
llvm-git: Temporarily disable -DLLVM_LINK_LLVM_DYLIB=ON

This is currently broken upstream.

https://bugs.llvm.org/show_bug.cgi?id=33496

Sponsored by <The NetBSD Foundation>

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

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

diffstat:
 llvm-git/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/llvm-git/Makefile b/llvm-git/Makefile
index 7d177f7b38..b0c7c0e3e3 100644
--- a/llvm-git/Makefile
+++ b/llvm-git/Makefile
@@ -39,7 +39,7 @@ CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=${CXX:Q}
 CMAKE_ARGS+=	-DCMAKE_CXX_LINK_FLAGS=${LDFLAGS:Q}
 CMAKE_ARGS+=	-DLLVM_BUILD_LLVM_DYLIB=ON
 CMAKE_ARGS+=	-DLLVM_INSTALL_UTILS=ON
-CMAKE_ARGS+=	-DLLVM_LINK_LLVM_DYLIB=ON
+#CMAKE_ARGS+=	-DLLVM_LINK_LLVM_DYLIB=ON
 
 CMAKE_ARGS.Darwin+=	-DCMAKE_LIBTOOL=/usr/bin/libtool
 


Home | Main Index | Thread Index | Old Index