summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-19 15:36:26 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-19 15:36:26 +0000
commit77005d544f1583f622bd8831c26d38e03c2e1ba1 (patch)
treee0fc47ad47de64d14d5dfaaf4c3bd6f2ac68a313 /baserock-bootstrap
parent49515a30482c623708f73ed7abe1ed7bf35d7bca (diff)
downloadmorph-77005d544f1583f622bd8831c26d38e03c2e1ba1.tar.gz
remove explicit ldconfig call in case it fixes the problem
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index 3f76a934..eb7fb925 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -780,7 +780,7 @@ pass2_build_with_morph_in_chroot()
set -e
set -x
-/tools/bin/ldconfig -f /etc/ld.so.conf -C /etc/ld.so.cache
+#/tools/bin/ldconfig -f /etc/ld.so.conf -C /etc/ld.so.cache
cd /baserock/gits/morph
mkdir -p /baserock/cache
python ./morph --verbose build \