From 213e7260a83d4349132e8c159798b476cec3f814 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 10 Jan 2013 12:00:03 +1100 Subject: 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 --- install_with_python.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install_with_python.sh') diff --git a/install_with_python.sh b/install_with_python.sh index 47ff780180..7b51e5c669 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" -- cgit