From d3d321a838a3606f93824e67fa801a59e8179d02 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 10 Jan 2013 12:00:03 +1100 Subject: [PATCH] build: Set LD_LIBRARY_PATH in install_with_python.sh This ensures that the python install finishes correctly. Andrew Bartlett Reviewed-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Thu Jan 10 14:00:13 CET 2013 on sn-devel-104 (cherry picked from commit 213e7260a83d4349132e8c159798b476cec3f814) --- install_with_python.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_with_python.sh b/install_with_python.sh index 47ff780..7b51e5c 100755 --- a/install_with_python.sh +++ b/install_with_python.sh @@ -14,6 +14,8 @@ shift PATH=$PREFIX/python/bin:$PATH export PATH +LD_LIBRARY_PATH=$PREFIX/python/lib:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH VERSION="Python-2.6.5" -- 1.7.11.7