Changeset 51979fc for BOOK/boot/common
- Timestamp:
- Jun 1, 2017, 5:39:42 PM (7 years ago)
- Branches:
- master, systemd
- Children:
- 323e87e
- Parents:
- c7eb7a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/shadow.xml
rc7eb7a2 r51979fc 32 32 sed -e 's/groups$(EXEEXT) //' \ 33 33 -e 's/= nologin$(EXEEXT)/= /' \ 34 -e 's/\(^suidu*bins = \).*/\1 /' \34 -e 's/\(^suidu*bins = \).*/\1\\/' \ 35 35 src/Makefile.in.orig > src/Makefile.in</userinput></screen> 36 36 … … 48 48 --build=${CLFS_HOST} \ 49 49 --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" >> config.h</userinput></screen> 50 --cache-file=config.cache</userinput></screen> 70 51 71 52 <para os="k">Compile the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.