Changeset f7f8c10 for BOOK/temp-system


Ignore:
Timestamp:
Apr 24, 2017, 7:02:31 AM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
673872f
Parents:
22021c7
git-author:
William Harrington <kb0iic@…> (04/24/17 07:02:28)
git-committer:
William Harrington <kb0iic@…> (04/24/17 07:02:31)
Message:

Update Util-Linux to 2.29.2 and adjust configure commands for final system. Add a needed sed command for temp system.

Location:
BOOK/temp-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/util-linux.xml

    r22021c7 rf7f8c10  
    6464    </variablelist>
    6565
     66    <para os='s1'>Adjust the Makefile</para>
     67
     68<screen os="s2"><userinput>sed -i 's/-lncursesw -ltinfo/-lncurses/' Makefile
     69        sed -i 's/LIBNCURSESW/LIBNCURSES/' config.h</userinput></screen>
     70
    6671    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6772    href="../../final-system/common/util-linux.xml"
  • BOOK/temp-system/multilib/util-linux.xml

    r22021c7 rf7f8c10  
    3838    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3939    href="../common/util-linux.xml"
     40    xpointer="xpointer(//*[@os='s1'])"/>
     41
     42    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     43    href="../common/util-linux.xml"
     44    xpointer="xpointer(//*[@os='s2'])"/>
     45
     46    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     47    href="../common/util-linux.xml"
    4048    xpointer="xpointer(//*[@os='c'])"/>
    4149
Note: See TracChangeset for help on using the changeset viewer.