Changeset f3a1e98 in clfs-sysroot for BOOK/final-system/common/iproute2.xml


Ignore:
Timestamp:
Jan 4, 2009, 1:51:36 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
0e17eae
Parents:
ad97072
Message:

Change BLFS references to CBLFS.
Fix Findutils compilation issue by adding config.cache entriers.
Remove unneeded config.h modification from the gawk page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/iproute2.xml

    rad97072 rf3a1e98  
    3434done</userinput></screen>
    3535
    36     <para os="s3">The <command>arpd</command> binary included in this package is
     36    <para os="cb1">The <command>arpd</command> binary included in this package is
    3737    dependent on Berkeley DB.  Because <command>arpd</command> is not a
    3838    very common requirement on a base Linux system, remove the dependency
    3939    on Berkeley DB by applying the <command>sed</command> command below.
    4040    If the <command>arpd</command> binary is needed, instructions for
    41     compiling Berkeley DB can be found in the BLFS Book at <ulink
    42     url="&blfs-root;view/svn/server/databases.html#db"/>.</para>
     41    compiling Berkeley DB can be found in CBLFS at <ulink
     42    url="&cblfs-root;index.php/Berkeley_DB"/>.</para>
    4343
    4444<screen os="s4"><userinput>cp misc/Makefile{,.orig}
     
    4747    <para os="a">Compile the package:</para>
    4848
    49 <screen os="b"><userinput>make CC="${CC}" SBINDIR=/sbin</userinput></screen>
     49<screen os="b"><userinput>make DESTDIR=${CLFS} CC="${CC}" \
     50    DOCDIR=/usr/share/doc/iproute2 \
     51    MANDIR=/usr/share/man
     52</userinput></screen>
    5053
    5154    <variablelist os="c">
     
    5356
    5457      <varlistentry>
    55         <term><parameter>SBINDIR=/sbin</parameter></term>
    56         <listitem>
    57           <para>This ensures that the IPRoute2 binaries will install into
     58        <term><parameter>DESTDIR=/</parameter></term>
     59        <listitem>
     60          <para>This option overrides the default DESTDIR of /usr, so that
     61          that the IPRoute2 binaries will be installed into
    5862          <filename class="directory">/sbin</filename>. This is the correct
    5963          location according to the FHS, because some of the IPRoute2 binaries
     
    6165        </listitem>
    6266      </varlistentry>
     67
     68      <varlistentry>
     69        <term><parameter>DOCDIR=/usr/share/doc/iproute2 MANDIR=/usr/share/man</parameter></term>
     70        <listitem>
     71          <para>The DESTDIR=/ parameter would cause documentation to be
     72          installed into /share/doc and /share/man. These options ensure
     73          the docs are installed to the correct locations.</para>
     74        </listitem>
     75      </varlistentry>
    6376    </variablelist>
    64 
    65     <para os="d">This package does not come with a test suite.</para>
    66 
    67     <para os="e">Install the package:</para>
    68 
    69 <screen os="f"><userinput>make DESTDIR=${CLFS} SBINDIR=/sbin install</userinput></screen>
     77         
     78    <para os="d">Install the package:</para>
     79
     80<screen os="e"><userinput>make DESTDIR=${CLFS}  \
     81    DOCDIR=/usr/share/doc/iproute2 \
     82    MANDIR=/usr/share/man install</userinput></screen>
    7083
    7184  </sect2>
Note: See TracChangeset for help on using the changeset viewer.