Changeset 9b0a535 in clfs-embedded for BOOK/beyond-clfs3/common


Ignore:
Timestamp:
Nov 21, 2006, 6:46:42 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
ffd218b
Parents:
f23b5ee
Message:

Typo and Text Updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/beyond-clfs3/common/iptables.xml

    rf23b5ee r9b0a535  
    2828    <para os="a">Compile the package:</para>
    2929
    30 <screen os="b"><userinput>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin</userinput></screen>
     30<screen os="b"><userinput>make CC="${CC} -Os" LD=${LD} DO_MULTI=1 PREFIX=/usr \
     31   LIBDIR=/lib BINDIR=/sbin</userinput></screen>
    3132
    32     <note os="c">
    33       <para>Optionally all iptables modules can be linked directly into the iptables program by appending NO_SHARED_LIBS=1 to both make commands. IPv6 can be disabled in a similar fashion by appending DO_IPV6=0.</para>
    34     </note>
     33    <para os="c">Install the package:</para>
    3534
    36     <para os="d">Install the package:</para>
    37 
    38 <screen os="e"><userinput>make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin install DESTDIR=${CLFS}</userinput></screen>
     35<screen os="d"><userinput>make CC="${CC} -Os" LD=${LD} DO_MULTI=1 PREFIX=/usr \
     36   LIBDIR=/lib BINDIR=/sbin install DESTDIR=${CLFS}</userinput></screen>
    3937
    4038  </sect2>
Note: See TracChangeset for help on using the changeset viewer.