From 9f2b7ab95c711794257b059604e80ab9ad3c0c45 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 1 Jan 2019 16:35:17 +0900 Subject: [PATCH] debian-bootstrap.sh: add a final ldconfig to make sure ld.so.cache is updated --- debian-bootstrap.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 34b7f569..01e76deb 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -299,3 +299,8 @@ add-apt-repository ppa:ubuntu-toolchain-r/test \ export CLANG_PURE_LLVM_LIB_DIR=/usr/lib/llvm-3.9/lib; export CLANG_PURE_LLVM_INCLUDE_DIR=/usr/lib/llvm-3.9/include; + + +# finally run: +ldconfig +# EOF: don't build anything below this line