summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-05 11:01:09 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-05 11:03:29 +0000
commitf42f67359297348eef109c80b5cb6476fe8edbc8 (patch)
treec4bf782a7f56f307e47ccc1cf6c132493dd843a6 /baserock-bootstrap
parent200d792a3af13d31b27d2d15ba8210b30f3e6afd (diff)
downloadmorph-f42f67359297348eef109c80b5cb6476fe8edbc8.tar.gz
Include /tools/{lib,lib64} in LD_LIBRARY_PATH for pass 2.
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index 97b5ff33..51c310df 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -211,6 +211,7 @@ set -x
cd /baserock/gits/morph
mkdir -p /baserock/cache
export PATH="/usr/bin:/bin:$tools/bin:$tools/sbin"
+export LD_LIBRARY_PATH="/usr/lib:/lib:/lib64:/tools/lib:/tools/lib64"
python ./morph --verbose build \
morphs master bootstrap-pass2.morph \
--bootstrap \