From 7bf2e85ea60cbd20a1aabed7c581661147b65d00 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 13 May 2021 23:26:54 +0800 Subject: glibc: fix ldd script --- chapter08/glibc.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter08') diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 3b51906b5..8efd2ca90 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -215,6 +215,11 @@ esac make install + Fix hardcoded path to the executable loader in + ldd script: + +sed '/RTLDLIST=/s@/usr@@g' -i /usr/bin/ldd + Install the configuration file and runtime directory for nscd: -- cgit v1.2.3-54-g00ecf