source: BOOK/temp-system/common/findutils.xml@ 36f408e1

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 36f408e1 was d0c5f50, checked in by Jim Gifford <clfs@…>, 19 years ago

r657@server (orig r655): manuel | 2005-11-08 13:07:24 -0800
Preparations to remove SBUs and DUs. Chapter temp-system, round 1.

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6 %general-entities;
7 %patches-entities;
8]>
9
10<sect1 id="ch-temp-system-findutils" role="wrap">
11 <?dbhtml filename="findutils.html"?>
12
13 <title>Findutils-&findutils-version;</title>
14
15 <indexterm zone="ch-temp-system-findutils">
16 <primary sortas="a-Findutils">Findutils</primary>
17 <secondary>temporary system</secondary>
18 </indexterm>
19
[d0c5f50]20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21 href="../../final-system/common/findutils.xml"
22 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]23
24 <sect2 role="installation">
25 <title>Installation of Findutils</title>
26
27 <para os="aa">Findutils has an issue with cross-compiling where it
28 can't find getline. So we fix it here:</para>
29
30<screen os="ab"><userinput>echo "am_cv_func_working_getline=yes" &gt;&gt; config.cache</userinput></screen>
31
32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
33 href="../../final-system/common/findutils.xml"
34 xpointer="xpointer(//*[@os='a'])"/>
35
36<screen><userinput>./configure --prefix=/tools \
37 --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
38
39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
40 href="../../final-system/common/findutils.xml"
41 xpointer="xpointer(//*[@os='c'])"/>
42
43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
44 href="../../final-system/common/findutils.xml"
45 xpointer="xpointer(//*[@os='d'])"/>
46
47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
48 href="../../final-system/common/findutils.xml"
49 xpointer="xpointer(//*[@os='f'])"/>
50
51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
52 href="../../final-system/common/findutils.xml"
53 xpointer="xpointer(//*[@os='g'])"/>
54
55 </sect2>
56
57 <sect2 role="content">
58 <title/>
59
60 <para>Details on this package are located in <xref
61 linkend="contents-findutils" role="."/></para>
62
63 </sect2>
64
65</sect1>
Note: See TracBrowser for help on using the repository browser.