mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
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
This commit is contained in:
parent
5a1deec38a
commit
213e7260a8
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user