From 307d734335634211fe09d033efe42bd21c4a874f Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Thu, 16 Feb 2017 19:03:13 +0900 Subject: Place /tools at the end of PATH for the final stage3 builds. This is because otherwise we end up using the sysrooted /tools/sbin/ldconfig, causing the gcc build to fail as it does not find libz.so which is otherwise properly located if /sbin/ldconfig is used. --- build-essential/gawk.bst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-essential/gawk.bst') diff --git a/build-essential/gawk.bst b/build-essential/gawk.bst index a4072f36..57567900 100644 --- a/build-essential/gawk.bst +++ b/build-essential/gawk.bst @@ -12,7 +12,7 @@ depends: - build-essential/glibc.bst environment: - PATH: /tools/bin:/tools/sbin:/usr/bin:/bin:/usr/sbin:/sbin + PATH: /usr/bin:/bin:/usr/sbin:/sbin:/tools/bin:/tools/sbin config: configure-commands: -- cgit v1.2.1