Changeset 3c65c99 in clfs-embedded for BOOK/beyond-clfs3/common/iptables.xml


Ignore:
Timestamp:
Feb 5, 2007, 5:20:27 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
82b88f2
Parents:
5956516
Message:

Updates to Iptables, Typos, and Validation error fixes

File:
1 edited

Legend:

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

    r5956516 r3c65c99  
    2626    <title>Installation of iptables</title>
    2727
     28   <para os="p1">Fixes Compile Issue with DO_MULTI=1:</para>
     29
     30    <screen os="p2"><userinput>patch -Np1 -i ../&iptables-domulti-patch;</userinput></screen>
     31
    2832    <para os="a">Compile the package:</para>
    2933
    30 <screen os="b"><userinput>make CC="${CC} ${BUILD}" COPT_FLAGS="-Os" LD=${LD} DO_MULTI=0 PREFIX=/usr \
     34<screen os="b"><userinput>make CC="${CC} ${BUILD}" COPT_FLAGS="-Os" LD=${LD} DO_MULTI=1 PREFIX=/usr \
    3135    KERNEL_DIR=${CLFS}/lib/modules/&linux-version;/build LIBDIR=/lib BINDIR=/sbin</userinput></screen>
    3236
    3337    <para os="c">Install the package:</para>
    3438
    35 <screen os="d"><userinput>make DO_MULTI=0 PREFIX=/usr \
     39<screen os="d"><userinput>make DO_MULTI=1 PREFIX=/usr \
    3640   LIBDIR=/lib BINDIR=/sbin install DESTDIR=${CLFS}</userinput></screen>
    3741
Note: See TracChangeset for help on using the changeset viewer.