[packages/llvm] one more -lpthread fix
glen
glen at pld-linux.org
Sun Oct 2 00:59:35 CEST 2016
commit 6c158217a6663060a327a312f615b8e53d8c1968
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Oct 1 23:49:54 2016 +0300
one more -lpthread fix
llvm-lld-link.patch | 12 ++++++++++++
1 file changed, 12 insertions(+)
---
diff --git a/llvm-lld-link.patch b/llvm-lld-link.patch
index ef90e1e..71f62c0 100644
--- a/llvm-lld-link.patch
+++ b/llvm-lld-link.patch
@@ -45,3 +45,15 @@
)
include_directories(.)
+--- llvm-3.8.0.src/tools/lld/COFF/CMakeLists.txt~ 2016-10-01 20:57:37.000000000 +0300
++++ llvm-3.8.0.src/tools/lld/COFF/CMakeLists.txt 2016-10-01 20:57:44.393387882 +0300
+@@ -17,6 +17,9 @@
+ Symbols.cpp
+ Writer.cpp
+
++ LINK_LIBS
++ pthread
++
+ LINK_COMPONENTS
+ ${LLVM_TARGETS_TO_BUILD}
+ Core
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/llvm.git/commitdiff/6c158217a6663060a327a312f615b8e53d8c1968
More information about the pld-cvs-commit
mailing list