[packages/llvm] fix lldb-python-doc

baggins baggins at pld-linux.org
Fri Mar 30 16:08:22 CEST 2018


commit 47e02cfd8abdafb5d48c4787d48f28b947c7c637
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 37c782b..50d5294 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -575,8 +575,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/8e9fbe9e8a92de3b9084d5e98199b334f5723287



More information about the pld-cvs-commit mailing list