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
This commit is contained in:
Pierre Labastie 2017-02-28 21:38:10 +00:00
parent 3c64e32fe7
commit b64225a3c2

View File

@ -123,7 +123,7 @@ make</userinput></screen>
ld-2.23.so can then be renamed to ld-2.23.so.dbg and copied to /lib. 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:</para> Then a symlink needs to be changed:</para>
<screen><userinput>ln -sfv ld-2.23.so.dbg /lib/ld-linux-x86-64.so.2</userinput></screen> <screen role="nodump"><userinput>ln -sfv ld-2.23.so.dbg /lib/ld-linux-x86-64.so.2</userinput></screen>
<para>Adjust the above instruction as needed for a 32-bit system <para>Adjust the above instruction as needed for a 32-bit system
or for a different version of glibc</para> or for a different version of glibc</para>