From 10380241cc68ee232c93e59bffbb9cad6287082b Mon Sep 17 00:00:00 2001 From: Pablo Oliveira Date: Mon, 9 May 2016 17:28:05 +0000 Subject: [PATCH] fix 3.8/debian/patches/lldb-soname.diff --- debian/patches/lldb-soname.diff | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/patches/lldb-soname.diff b/debian/patches/lldb-soname.diff index 13979b0a..e4b6922f 100644 --- a/debian/patches/lldb-soname.diff +++ b/debian/patches/lldb-soname.diff @@ -61,9 +61,8 @@ if eOSType == utilsOsType.EnumOsType.Darwin: strLibFileExtn = ".dylib" else: -- strLibFileExtn = "so" +- strLibFileExtn = ".so" + strLibFileExtn = "-3.8.so.1" strSrc = os.path.join("lib", "liblldb" + strLibFileExtn) bOk, strErrMsg = make_symlink(vDictArgs, vstrFrameworkPythonDir, strSrc, strTarget) -