Changeset 52b1b25 for BOOK/temp-system


Ignore:
Timestamp:
Jul 2, 2017, 9:49:06 PM (7 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
be3ab43
Parents:
5a623593
Message:

Added acl, attr, libcap

Location:
BOOK/temp-system
Files:
3 edited

Legend:

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

    r5a623593 r52b1b25  
    6161<screen os="h"><userinput>make -C gnulib-lib
    6262make -C intl pluralx.c
    63 make -C src msgfmt</userinput></screen>
     63make -C src msgfmt msgmerge xgettext</userinput></screen>
    6464
    6565    <para os="i">Install the <command>msgfmt</command> binary:</para>
    6666
    67 <screen os="j"><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
     67<screen os="j"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>
    6868
    6969  </sect2>
  • BOOK/temp-system/common/util-linux.xml

    r5a623593 r52b1b25  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>./configure \
     29<screen os="b"><userinput>NCURSESW6_CONFIG=" " \
     30NCURSES6_CONFIG=" " \
     31NCURSESW5_CONFIG=" " \
     32NCURSES5_CONFIG=" " \
     33    ./configure \
    3034    --prefix=/tools \
    3135    --build=${CLFS_HOST} \
     
    7377    </variablelist>
    7478
    75     <para os='s1'>Adjust the Makefile</para>
    76 
    77 <screen os="s2"><userinput>sed -i 's/-lncursesw -ltinfo/-lncurses/' Makefile
    78 sed -i 's/LIBNCURSESW/LIBNCURSES/' config.h</userinput></screen>
    79 
    8079    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8180    href="../../final-system/common/util-linux.xml"
  • BOOK/temp-system/multilib/util-linux.xml

    r5a623593 r52b1b25  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="be"><userinput>PKG_CONFIG_PATH="" ./configure \
     29<screen os="be"><userinput>NCURSESW6_CONFIG=" " \
     30NCURSES6_CONFIG=" " \
     31NCURSESW5_CONFIG=" " \
     32NCURSES5_CONFIG=" " \
     33    ./configure \
    3034    --prefix=/tools \
    3135    --build=${CLFS_HOST} \
     
    3640    --disable-nologin \
    3741    --without-python</userinput></screen>
    38 
    39     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    40     href="../common/util-linux.xml"
    41     xpointer="xpointer(//*[@os='s1'])"/>
    42 
    43     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    44     href="../common/util-linux.xml"
    45     xpointer="xpointer(//*[@os='s2'])"/>
    4642
    4743    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.