Changeset 110e1fa for BOOK/final-system
- Timestamp:
- Aug 3, 2010, 6:42:31 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- bd8e44d
- Parents:
- 06fcd8e
- git-author:
- Joe Ciccone <jciccone@…> (08/03/10 18:42:23)
- git-committer:
- Joe Ciccone <jciccone@…> (08/03/10 18:42:31)
- Location:
- BOOK/final-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/readline.xml
r06fcd8e r110e1fa 31 31 <screen os="p2"><userinput>patch -Np1 -i ../&readline-branch_update-patch;</userinput></screen> 32 32 33 <para os="s1">This option forces Readline to link against the34 <filename class="libraryfile">libncursesw</filename> library:</para>35 36 <screen os="s2"><userinput>sed -i 's:^SHLIB_LIBS=:SHLIB_LIBS=-lncursesw:' support/shobj-conf</userinput></screen>37 38 33 <para os="a">Prepare Readline for compilation:</para> 39 34 … … 42 37 <para os="c">Compile the package:</para> 43 38 44 <screen os="d"><userinput>make </userinput></screen>39 <screen os="d"><userinput>make SHLIB_LIBS=-lncurses</userinput></screen> 45 40 46 41 <para os="e">This package does not come with a test suite.</para> -
BOOK/final-system/multilib/readline-64bit.xml
r06fcd8e r110e1fa 29 29 href="readline.xml" 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="readline.xml"34 xpointer="xpointer(//*[@os='s1'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="readline.xml"38 xpointer="xpointer(//*[@os='s2'])"/>39 31 40 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/readline-n32.xml
r06fcd8e r110e1fa 30 30 href="readline.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="readline.xml"35 xpointer="xpointer(//*[@os='s1'])"/>36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"38 href="readline.xml"39 xpointer="xpointer(//*[@os='s2'])"/>40 32 41 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/readline.xml
r06fcd8e r110e1fa 30 30 href="../common/readline.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../common/readline.xml"35 xpointer="xpointer(//*[@os='s1'])"/>36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"38 href="../common/readline.xml"39 xpointer="xpointer(//*[@os='s2'])"/>40 32 41 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.