summaryrefslogtreecommitdiff
path: root/debian/patches/python-clangpath.diff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-10-15 15:41:01 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-10-15 15:41:01 +0300
commit7a2b43796a4c38cf98fe05e8e4ec985318b2721b (patch)
treeb0f5611276e10646b654f7d5ed12c6e6060353be /debian/patches/python-clangpath.diff
downloadllvm-toolchain-5.0-7a2b43796a4c38cf98fe05e8e4ec985318b2721b.tar.gz
Imported llvm-toolchain-5.0 (1:5.0-4)debian/5.0-4debian
Diffstat (limited to 'debian/patches/python-clangpath.diff')
-rw-r--r--debian/patches/python-clangpath.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/python-clangpath.diff b/debian/patches/python-clangpath.diff
new file mode 100644
index 0000000..99ca33f
--- /dev/null
+++ b/debian/patches/python-clangpath.diff
@@ -0,0 +1,15 @@
+---
+ clang/bindings/python/clang/cindex.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/clang/bindings/python/clang/cindex.py
++++ b/clang/bindings/python/clang/cindex.py
+@@ -3851,7 +3851,7 @@ class Config:
+ elif name == 'Windows':
+ file = 'libclang.dll'
+ else:
+- file = 'libclang.so'
++ file = 'libclang-5.0.so'
+
+ if Config.library_path:
+ file = Config.library_path + '/' + file