Changeset c831ac4 for BOOK/temp-system


Ignore:
Timestamp:
Apr 24, 2017, 7:02:28 AM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
216be86
Parents:
3b93dab
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

    r3b93dab rc831ac4  
    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

    r3b93dab rc831ac4  
    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.