Ignore:
Timestamp:
Jun 1, 2017, 5:39:44 PM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
f991c3d
Parents:
00f08af
git-author:
William Harrington <kb0iic@…> (06/01/17 17:39:42)
git-committer:
William Harrington <kb0iic@…> (06/01/17 17:39:44)
Message:

Update Shadow to 4.5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/shadow.xml

    r00f08af ra7e4965  
    3232sed -e 's/groups$(EXEEXT) //' \
    3333    -e 's/= nologin$(EXEEXT)/= /' \
    34     -e 's/\(^suidu*bins = \).*/\1/' \
     34    -e 's/\(^suidu*bins = \).*/\1\\/' \
    3535    src/Makefile.in.orig &gt; src/Makefile.in</userinput></screen>
    3636
     
    4848    --build=${CLFS_HOST} \
    4949    --host=${CLFS_TARGET} \
    50     --cache-file=config.cache \
    51     --enable-subordinate-ids=no</userinput></screen>
    52 
    53     <variablelist os="g">
    54       <title>The meaning of the configure options:</title>
    55 
    56       <varlistentry os="h">
    57         <term><parameter>--enable-subordinate-ids=no</parameter></term>
    58         <listitem>
    59           <para>Disable subordinate ids to allow Shadow to cross-compile
    60           successfully.</para>
    61         </listitem>
    62       </varlistentry>
    63 
    64     </variablelist>
    65 
    66     <para os="i">Append to <filename>config.h</filename> since a test program
    67     will not be ran when cross-compiling:</para>
    68 
    69 <screen os="j"><userinput>echo "#define ENABLE_SUBIDS 1" &gt;&gt; config.h</userinput></screen>
     50    --cache-file=config.cache</userinput></screen>
    7051
    7152    <para os="k">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.