mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-28 22:14:37 +01:00
debian-bootstrap.sh: add a final ldconfig
to make sure ld.so.cache is updated
This commit is contained in:
parent
3a456f771f
commit
9f2b7ab95c
@ -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_LIB_DIR=/usr/lib/llvm-3.9/lib;
|
||||||
export CLANG_PURE_LLVM_INCLUDE_DIR=/usr/lib/llvm-3.9/include;
|
export CLANG_PURE_LLVM_INCLUDE_DIR=/usr/lib/llvm-3.9/include;
|
||||||
|
|
||||||
|
|
||||||
|
# finally run:
|
||||||
|
ldconfig
|
||||||
|
# EOF: don't build anything below this line
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user