Changeset 6a3c6dc in clfs-embedded for BOOK/beyond-clfs


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

Location:
BOOK/beyond-clfs/common
Files:
3 edited

Legend:

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

    r22923d0 r6a3c6dc  
    3636    <para os="a">Configure dropbear:</para>
    3737
    38 <screen os="b"><userinput>CC="${CC} ${BUILD}" ./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
     38<screen os="b"><userinput>CC="${CC} ${BUILD} -Os" ./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
    3939
    4040    <para os="c">Now we will utilize /dev/urandom instead of /dev/random. To allow
  • 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>
  • BOOK/beyond-clfs/common/patches.xml

    r22923d0 r6a3c6dc  
    2020
    2121    <varlistentry>
    22       <term>Dropbear Autotool Patch - <token>&dropbear-autotool-patch-size;</token>:</term> <listitem>
     22      <term>IPTables Fixes Patch - <token>&iptables-fixes-patch-size;</token>:</term> <listitem>
    2323        <para>Download: <ulink
    24         url="&patches-root;&dropbear-autotool-patch;"/></para>
    25         <para>MD5 sum: <literal>&dropbear-autotool-patch-md5;</literal></para>
    26       </listitem>
    27     </varlistentry>
    28 
    29     <varlistentry>
    30       <term>IPTables DO_MULTI Patch - <token>&iptables-domulti-patch-size;</token>:</term> <listitem>
    31         <para>Download: <ulink
    32         url="&patches-root;&iptables-domulti-patch;"/></para>
    33         <para>MD5 sum: <literal>&iptables-domulti-patch-md5;</literal></para>
     24        url="&patches-root;&iptables-fixes-patch;"/></para>
     25        <para>MD5 sum: <literal>&iptables-fixes-patch-md5;</literal></para>
    3426      </listitem>
    3527    </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.