From 7a2b43796a4c38cf98fe05e8e4ec985318b2721b Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 15 Oct 2017 15:41:01 +0300 Subject: Imported llvm-toolchain-5.0 (1:5.0-4) --- debian/patches/lldb-libname.diff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/patches/lldb-libname.diff (limited to 'debian/patches/lldb-libname.diff') diff --git a/debian/patches/lldb-libname.diff b/debian/patches/lldb-libname.diff new file mode 100644 index 0000000..617060e --- /dev/null +++ b/debian/patches/lldb-libname.diff @@ -0,0 +1,15 @@ +--- + lldb/scripts/Python/finishSwigPythonLLDB.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/lldb/scripts/Python/finishSwigPythonLLDB.py ++++ b/lldb/scripts/Python/finishSwigPythonLLDB.py +@@ -443,7 +443,7 @@ def make_symlink_liblldb( + if eOSType == utilsOsType.EnumOsType.Darwin: + strLibFileExtn = ".dylib" + else: +- strLibFileExtn = ".so" ++ strLibFileExtn = "-5.0.so" + strSrc = os.path.join(vstrLldbLibDir, "liblldb" + strLibFileExtn) + + bOk, strErrMsg = make_symlink( -- cgit v1.2.3