Changeset abc22f0 for BOOK/final-system
- Timestamp:
- May 4, 2017, 4:42:29 PM (8 years ago)
- Branches:
- master, systemd
- Children:
- e161321
- Parents:
- e202e3d
- Location:
- BOOK/final-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/readline.xml
re202e3d rabc22f0 30 30 31 31 <screen os="p2"><userinput>patch -Np1 -i ../&readline-branch_update-patch;</userinput></screen> 32 33 <para os="s1">Reinstalling Readline moves the old libraries to 34 <libraryname> and a linking bug may occur in 35 <command>ldconfig</command>. Prevent this with the following seds:</para> 36 37 <screen os="s2"><userinput>sed -i '/MV.*old/d' Makefile.in 38 sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen> 32 39 33 40 <para os="a">Prepare Readline for compilation:</para> -
BOOK/final-system/multilib/readline-64bit.xml
re202e3d rabc22f0 29 29 href="readline.xml" 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../common/readline.xml" 34 xpointer="xpointer(//*[@os='s1'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 37 href="../common/readline.xml" 38 xpointer="xpointer(//*[@os='s2'])"/> 31 39 32 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/readline-n32.xml
re202e3d rabc22f0 30 30 href="readline.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/readline.xml" 35 xpointer="xpointer(//*[@os='s1'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/readline.xml" 39 xpointer="xpointer(//*[@os='s2'])"/> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/readline.xml
re202e3d rabc22f0 30 30 href="../common/readline.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/readline.xml" 35 xpointer="xpointer(//*[@os='s1'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/readline.xml" 39 xpointer="xpointer(//*[@os='s2'])"/> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.