Changeset b169dfe for BOOK/final-system
- Timestamp:
- Oct 19, 2008, 8:57:43 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 2211949
- Parents:
- 9d5337b
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
r9d5337b rb169dfe 32 32 33 33 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen> 34 35 <para os="s1">The following command renames the internal implementation of36 futimens to gl_futimens as newer versions of Glibc provide an incompatible37 version:</para>38 39 <screen os="s2"><userinput>sed -i "s/futimens/gl_&/" $(grep -lr futimens *)</userinput></screen>40 34 41 35 <para os="c">Now prepare Coreutils for compilation:</para> -
BOOK/final-system/multilib/coreutils.xml
r9d5337b rb169dfe 29 29 href="../common/coreutils.xml" 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../common/coreutils.xml"34 xpointer="xpointer(//*[@os='s1'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="../common/coreutils.xml"38 xpointer="xpointer(//*[@os='s2'])"/>39 31 40 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.