Changeset e87c833
- Timestamp:
- Nov 12, 2012, 1:49:56 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- db127375
- Parents:
- 3d8b4f6
- Location:
- BOOK/boot
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/shadow.xml
r3d8b4f6 re87c833 23 23 <title>Installation of Shadow</title> 24 24 25 <para os="b">Disable the installation of the <command>groups</command> 26 program, as Coreutils provides a better version:</para> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/shadow.xml" 27 xpointer="xpointer(//*[@os='b'])"/> 27 28 28 <screen os="c"><userinput>cp -v src/Makefile.in{,.orig} 29 sed -e 's/groups$(EXEEXT) //' src/Makefile.in.orig > src/Makefile.in</userinput></screen> 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../common/shadow.xml" 31 xpointer="xpointer(//*[@os='c'])"/> 30 32 31 <para os="t1">The following cache entries set the values for tests that do 32 not run while cross-compiling:</para> 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/shadow.xml" 35 xpointer="xpointer(//*[@os='t1'])"/> 33 36 34 <screen os="t2"><userinput>echo "ac_cv_func_setpgrp_void=yes" > config.cache</userinput></screen> 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/shadow.xml" 39 xpointer="xpointer(//*[@os='t2'])"/> 35 40 36 <para os="d">Prepare Shadow for compilation:</para> 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/shadow.xml" 43 xpointer="xpointer(//*[@os='d'])"/> 37 44 38 45 <screen os="e"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ … … 40 47 --cache-file=config.cache</userinput></screen> 41 48 42 <para os="f">The meaning of the configure options:</para> 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/shadow.xml" 51 xpointer="xpointer(//*[@os='f'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../common/shadow.xml" 55 xpointer="xpointer(//*[@os='g'])"/> 43 56 44 <variablelist os="g"> 45 <varlistentry> 46 <term><parameter>--sysconfdir=/etc</parameter></term> 47 <listitem><para>Tells Shadow to install its configuration files into 48 <filename class="directory">/etc</filename>, rather than 49 <filename class="directory">/tools/etc</filename>.</para></listitem> 50 </varlistentry> 51 52 </variablelist> 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="../common/shadow.xml" 59 xpointer="xpointer(//*[@os='h'])"/> 53 60 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 62 href="../common/shadow.xml" 63 xpointer="xpointer(//*[@os='i'])"/> 54 64 55 <para os="h">Compile the package:</para> 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 66 href="../common/shadow.xml" 67 xpointer="xpointer(//*[@os='j'])"/> 56 68 57 <screen os="i"><userinput>make</userinput></screen> 69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 70 href="../common/shadow.xml" 71 xpointer="xpointer(//*[@os='k'])"/> 58 72 59 <para os="j">This package does not come with a test suite.</para> 60 61 <para os="k">Install the package:</para> 62 63 <screen os="l"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 74 href="../common/shadow.xml" 75 xpointer="xpointer(//*[@os='l'])"/> 64 76 65 77 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.