From 32c7bd5600bc2fb62e81bf0a91ea1ce9958df388 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 15 Aug 2018 08:59:31 +0200 Subject: [PATCH] update of the path, the libc++ lib hasn't been moved yet --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 5e34b01c..7e787ee4 100755 --- a/debian/rules +++ b/debian/rules @@ -433,7 +433,7 @@ override_dh_auto_install: # Only run on executable, not script chrpath -d `find $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/bin/ -type f -executable -exec file -i '{}' \; | grep 'x-executable; charset=binary'|cut -d: -f1` - chrpath -d debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/libc++abi.so.1.0 + chrpath -d libcxxabi/build/lib/libc++abi.so.1.0 cd debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/ && rm -f libclang.so.$(SONAME_EXT) libclang-$(LLVM_VERSION).so; \ ln -s libclang-$(LLVM_VERSION).so.$(SONAME_EXT) libclang.so.$(SONAME_EXT)