Missing library caused an undef link

This commit is contained in:
Sylvestre Ledru 2015-04-08 12:00:22 +00:00
parent 825600b647
commit 6ead522991
2 changed files with 14 additions and 0 deletions

13
debian/patches/lldb-undef.diff vendored Normal file
View File

@ -0,0 +1,13 @@
Index: llvm-toolchain-snapshot_3.7~svn234307/lldb/tools/lldb-server/Makefile
===================================================================
--- llvm-toolchain-snapshot_3.7~svn234307.orig/lldb/tools/lldb-server/Makefile
+++ llvm-toolchain-snapshot_3.7~svn234307/lldb/tools/lldb-server/Makefile
@@ -12,6 +12,8 @@ TOOLNAME = lldb-server
LLVMLibsOptions += -llldb -llldbUtility
+USEDLIBS := LLVMSupport.a
+
include $(LLDB_LEVEL)/Makefile
ifeq ($(HOST_OS),Darwin)

View File

@ -38,3 +38,4 @@ strip-svn.diff
lit-lang.diff
compiler-rt-i586.diff
clang-analyzer-force-version.diff
lldb-undef.diff