17 lines
619 B
Diff
17 lines
619 B
Diff
|
Fix broken symlink to Python's lldb module
|
||
|
|
||
|
Resolves: #1177143
|
||
|
|
||
|
diff -rupN lldb-3.5.0.src/scripts/Python/finish-swig-Python-LLDB.sh lldb-3.5.0.src-new/scripts/Python/finish-swig-Python-LLDB.sh
|
||
|
--- lldb-3.5.0.src/scripts/Python/finish-swig-Python-LLDB.sh 2014-07-01 19:57:19.000000000 +0200
|
||
|
+++ lldb-3.5.0.src-new/scripts/Python/finish-swig-Python-LLDB.sh 2014-12-24 14:18:10.068604693 +0100
|
||
|
@@ -158,7 +158,7 @@ then
|
||
|
then
|
||
|
ln -s "../../../LLDB" _lldb.so
|
||
|
else
|
||
|
- ln -s "../../../liblldb${SOEXT}" _lldb.so
|
||
|
+ ln -s "../../../llvm/liblldb${SOEXT}" _lldb.so
|
||
|
fi
|
||
|
else
|
||
|
if [ $Debug -eq 1 ]
|