From d1b8c40dd25d7419eed328eb5d11e6606cc7619b Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 30 Oct 2017 17:42:11 +0000 Subject: gnu-toolchain: Be specific about which `ldconfig` we use Otherwise, cross builds can try and run a version of `ldconfig` that is built for the target architecture rather than the host, resulting in brokenness. --- elements/gnu-toolchain/base.bst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/gnu-toolchain/base.bst b/elements/gnu-toolchain/base.bst index 52b8994f..6ac5c77c 100644 --- a/elements/gnu-toolchain/base.bst +++ b/elements/gnu-toolchain/base.bst @@ -5,7 +5,7 @@ environment: public: bst: integration-commands: - - ldconfig + - /usr/bin/ldconfig host-arches: x86_64: sources: -- cgit v1.2.1