From 1d172307712b51ab0fd0f591052ad03bffa891f7 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 18 Mar 2012 22:56:31 +0100 Subject: [PATCH] glibc: changed to call pkg_glibc_postmake() in all stages besides toolchain stage This needs to be done to create /etc/ld.so.conf --- base/glibc/glibc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/glibc/glibc.conf b/base/glibc/glibc.conf index 8006c3750..528dccdef 100644 --- a/base/glibc/glibc.conf +++ b/base/glibc/glibc.conf @@ -100,7 +100,7 @@ pkg_glibc_abi_preconf() { "sed -e 's,.*usr/include/.*\.h,/tmp/removed.h,'" else # only run postmake while building the default ABI - if atstage native; then + if ! atstage toolchain; then hook_add postmake 5 'pkg_glibc_postmake' fi fi