From b64225a3c2fd0976cdc0b6bc1d96b30401ebe962 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 28 Feb 2017 21:38:10 +0000 Subject: [PATCH] Add role="nodump" to an instructiion symlinking /lib/ld.so in libinput git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18428 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- x/installing/libinput.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/installing/libinput.xml b/x/installing/libinput.xml index 09383d4296..01d156bb6e 100644 --- a/x/installing/libinput.xml +++ b/x/installing/libinput.xml @@ -123,7 +123,7 @@ make ld-2.23.so can then be renamed to ld-2.23.so.dbg and copied to /lib. Then a symlink needs to be changed: - ln -sfv ld-2.23.so.dbg /lib/ld-linux-x86-64.so.2 + ln -sfv ld-2.23.so.dbg /lib/ld-linux-x86-64.so.2 Adjust the above instruction as needed for a 32-bit system or for a different version of glibc