From 5c3a56bd8b7a0e0ed89d0c3af7b005035f08583e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 12 Aug 2018 13:08:40 +0200 Subject: [PATCH] rebase of the patch --- debian/patches/lldb-soname.diff | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/debian/patches/lldb-soname.diff b/debian/patches/lldb-soname.diff index 31044756..2df5f7d2 100644 --- a/debian/patches/lldb-soname.diff +++ b/debian/patches/lldb-soname.diff @@ -2,10 +2,10 @@ lldb/source/API/CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -Index: llvm-toolchain-snapshot_7~svn338163/lldb/source/API/CMakeLists.txt +Index: llvm-toolchain-7_7~+rc1/lldb/source/API/CMakeLists.txt =================================================================== ---- llvm-toolchain-snapshot_7~svn338163.orig/lldb/source/API/CMakeLists.txt -+++ llvm-toolchain-snapshot_7~svn338163/lldb/source/API/CMakeLists.txt +--- llvm-toolchain-7_7~+rc1.orig/lldb/source/API/CMakeLists.txt ++++ llvm-toolchain-7_7~+rc1/lldb/source/API/CMakeLists.txt @@ -4,7 +4,12 @@ endif() get_property(LLDB_ALL_PLUGINS GLOBAL PROPERTY LLDB_PLUGINS) @@ -20,12 +20,12 @@ Index: llvm-toolchain-snapshot_7~svn338163/lldb/source/API/CMakeLists.txt SBAddress.cpp SBAttachInfo.cpp SBBlock.cpp -@@ -121,7 +126,7 @@ if (LLDB_BUILD_FRAMEWORK) - else() - set_target_properties(liblldb - PROPERTIES -- VERSION ${LLDB_VERSION} -+ VERSION 1 - OUTPUT_NAME lldb) - endif() +@@ -112,7 +117,7 @@ endif () + set_target_properties(liblldb + PROPERTIES +- VERSION ${LLDB_VERSION} ++ VERSION 1 + ) + + if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")