diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-12-02 17:06:08 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-12-02 17:06:08 +0300 |
commit | 18583eaa2c6fa769ce80605422fa10a60d353af7 (patch) | |
tree | 4b6730afc2006e86ae8b91c8c4cf52b313b5c188 /debian/patches/lldb/lldb-missing-install.diff | |
download | llvm-toolchain-8-debian.tar.gz |
Import llvm-toolchain-8 (1:8.0.1-4)debian/8.0.1-4debian
Diffstat (limited to 'debian/patches/lldb/lldb-missing-install.diff')
-rw-r--r-- | debian/patches/lldb/lldb-missing-install.diff | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/lldb/lldb-missing-install.diff b/debian/patches/lldb/lldb-missing-install.diff new file mode 100644 index 0000000..a9541a6 --- /dev/null +++ b/debian/patches/lldb/lldb-missing-install.diff @@ -0,0 +1,24 @@ +Index: llvm-toolchain-snapshot_8~svn342269/lldb/tools/argdumper/CMakeLists.txt +=================================================================== +--- llvm-toolchain-snapshot_8~svn342269.orig/lldb/tools/argdumper/CMakeLists.txt ++++ llvm-toolchain-snapshot_8~svn342269/lldb/tools/argdumper/CMakeLists.txt +@@ -4,3 +4,7 @@ add_lldb_tool(lldb-argdumper INCLUDE_IN_ + LINK_LIBS + lldbUtility + ) ++ ++install(TARGETS lldb-argdumper ++ RUNTIME DESTINATION bin) ++ +Index: llvm-toolchain-snapshot_8~svn342269/lldb/tools/lldb-server/CMakeLists.txt +=================================================================== +--- llvm-toolchain-snapshot_8~svn342269.orig/lldb/tools/lldb-server/CMakeLists.txt ++++ llvm-toolchain-snapshot_8~svn342269/lldb/tools/lldb-server/CMakeLists.txt +@@ -64,3 +64,7 @@ add_lldb_tool(lldb-server INCLUDE_IN_SUI + ) + + target_link_libraries(lldb-server PRIVATE ${LLDB_SYSTEM_LIBS}) ++ ++install(TARGETS lldb-server ++ RUNTIME DESTINATION bin) ++ |