summaryrefslogtreecommitdiff
path: root/install_with_python.sh
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-01-10 12:00:03 +1100
committerStefan Metzmacher <metze@samba.org>2013-01-10 14:00:13 +0100
commit213e7260a83d4349132e8c159798b476cec3f814 (patch)
treebe29550557c0b71e18c9831799028d78ae037c68 /install_with_python.sh
parent5a1deec38a7ff7287b31a47ae61769c66e10de17 (diff)
downloadsamba-213e7260a83d4349132e8c159798b476cec3f814.tar.gz
build: Set LD_LIBRARY_PATH in install_with_python.sh
This ensures that the python install finishes correctly. Andrew Bartlett Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Thu Jan 10 14:00:13 CET 2013 on sn-devel-104
Diffstat (limited to 'install_with_python.sh')
-rwxr-xr-xinstall_with_python.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install_with_python.sh b/install_with_python.sh
index 47ff7801800..7b51e5c6691 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"