[packages/llvm/DEVEL] fix lldb-python-doc

atler atler at pld-linux.org
Mon Jan 15 23:34:31 CET 2018


commit e776a5b893f867de8f40213d78ebc782ddd263b4
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Jan 15 23:23:39 2018 +0100

    fix lldb-python-doc

 llvm.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/llvm.spec b/llvm.spec
index 8986632..18f5a6c 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -570,8 +570,9 @@ CPPFLAGS="%{rpmcppflags} -D_FILE_OFFSET_BITS=64"
 %{__make} -C tools/clang/docs docs-clang-html
 %{__make} -C tools/clang/docs docs-clang-man
 %{__make} -C tools/lld/docs docs-lld-html
-LD_LIBRARY_PATH=$(pwd)/%{_lib}
-%{__make} -C tools/lldb/docs lldb-python-doc
+%{__make} \
+	LD_LIBRARY_PATH=$(pwd)/%{_lib} \
+	-C tools/lldb/docs lldb-python-doc
 %{__make} -C tools/lldb/docs lldb-cpp-doc
 %endif
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/llvm.git/commitdiff/e776a5b893f867de8f40213d78ebc782ddd263b4



More information about the pld-cvs-commit mailing list