mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
no need for <screen> tags in fileutils explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1523 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e815181dab
commit
a193394081
@ -5,10 +5,10 @@
|
|||||||
run this command in order to keep a backup of the file we are about to
|
run this command in order to keep a backup of the file we are about to
|
||||||
change.</para>
|
change.</para>
|
||||||
|
|
||||||
<para><screen><userinput>cp lib/Makefile.in lib/Makefile.in.backup &&
|
<para><userinput>cp lib/Makefile.in lib/Makefile.in.backup &&
|
||||||
sed -e 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \
|
sed -e 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \
|
||||||
-e 's/\(.*\)\(idcache\$U\.\$.*\)\\/\1\2atexit$U.$(OBJEXT) \\/' \
|
-e 's/\(.*\)\(idcache\$U\.\$.*\)\\/\1\2atexit$U.$(OBJEXT) \\/' \
|
||||||
lib/Makefile.in.backup > lib/Makefile.in:</userinput></screen>
|
lib/Makefile.in.backup > lib/Makefile.in:</userinput>
|
||||||
This is used to fix a problem with building fileutils statically on glibc 2.2.3
|
This is used to fix a problem with building fileutils statically on glibc 2.2.3
|
||||||
systems. If this isn't done, then there is the possibility of all of the
|
systems. If this isn't done, then there is the possibility of all of the
|
||||||
fileutils programs causing segmentation faults once chroot is entered
|
fileutils programs causing segmentation faults once chroot is entered
|
||||||
|
Loading…
Reference in New Issue
Block a user