summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-30 17:42:11 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-30 17:43:31 +0000
commitd1b8c40dd25d7419eed328eb5d11e6606cc7619b (patch)
tree5eb68cf99a8de2f7cc4252844f1ab359c5d8308c
parent034567ec841b06733225eeb78fafcfd0ad359a0b (diff)
downloaddefinitions-d1b8c40dd25d7419eed328eb5d11e6606cc7619b.tar.gz
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.
-rw-r--r--elements/gnu-toolchain/base.bst2
1 files changed, 1 insertions, 1 deletions
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: