Skip to content

Commit

Permalink
build: Set LD_LIBRARY_PATH in install_with_python.sh
Browse files Browse the repository at this point in the history
This ensures that the python install finishes correctly.

Andrew Bartlett

Reviewed-by: Stefan Metzmacher <[email protected]>

Autobuild-User(master): Stefan Metzmacher <[email protected]>
Autobuild-Date(master): Thu Jan 10 14:00:13 CET 2013 on sn-devel-104
  • Loading branch information
abartlet authored and metze-samba committed Jan 10, 2013
1 parent 5a1deec commit 213e726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install_with_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 213e726

Please sign in to comment.