Changeset 6a3c6dc in clfs-embedded for BOOK/beyond-clfs/common/iptables.xml


Ignore:
Timestamp:
Jan 26, 2009, 11:14:41 PM (16 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
246191f
Parents:
22923d0
Message:

Updates to IPTables and Dropbear

File:
1 edited

Legend:

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

    r22923d0 r6a3c6dc  
    2828   <para os="p1">Fixes Compile Issue with DO_MULTI=1:</para>
    2929
    30     <screen os="p2"><userinput>patch -Np1 -i ../&iptables-domulti-patch;</userinput></screen>
     30    <screen os="p2"><userinput>patch -Np1 -i ../&iptables-fixes-patch;</userinput></screen>
    3131
    32     <para os="a">Compile the package:</para>
     32    <para os="a">Configure IPTables:</para>
    3333
    34 <screen os="b"><userinput>make CC="${CC} ${BUILD}" COPT_FLAGS="-Os" LD=${LD} DO_MULTI=1 PREFIX=/usr \
    35     KERNEL_DIR=${CLFS}/lib/modules/&linux-version;/build LIBDIR=/lib BINDIR=/sbin</userinput></screen>
     34<screen os="b"><userinput>CC="${CC} ${BUILD} -Os" ./configure --prefix=/usr --host=${CLFS_TARGET} \
     35  --libexecdir=/lib/iptables --without-kernel -enable-libipq --enable-shared</userinput></screen>
    3636
    37     <para os="c">Install the package:</para>
     37    <para os="c">Compile the package:</para>
    3838
    39 <screen os="d"><userinput>make CC="${CC} ${BUILD}" COPT_FLAGS="-Os" LD=${LD} DO_MULTI=1 PREFIX=/usr \
    40     KERNEL_DIR=${CLFS}/lib/modules/&linux-version;/build LIBDIR=/lib BINDIR=/sbin \
    41     DESTDIR=${CLFS} install</userinput></screen>
     39<screen os="d"><userinput>make</userinput></screen>
     40
     41    <para os="e">Install the package:</para>
     42
     43<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4244
    4345  </sect2>
Note: See TracChangeset for help on using the changeset viewer.