Changeset 3c65c99 in clfs-embedded


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

Updates to Iptables, Typos, and Validation error fixes

Files:
1 added
5 edited

Legend:

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

    r5956516 r3c65c99  
    3131    <para os="p1">Dropbear doesn't accept our ${CLFS_TARGET} by default, so a patch is needed to make it recognise it:</para>
    3232
    33     <screen os="p2"><userinput>patch -Np1 -i ../dropbear-&dropbear-version;-autotools-1.patch</userinput></screen>
     33    <screen os="p2"><userinput>patch -Np1 -i ../&dropbear-autotool-patch;</userinput></screen>
    3434
    3535    <para os="p3">Dropbear incorrectly calls ld instead of gcc for linking, so fix it:</para>
    3636
    37     <screen os="p4"><userinput>cp Makefile.in Makefile.in.orig
     37    <screen os="p4"><userinput>cp Makefile.in{,.orig}
    3838sed -e s/@LD@/@CC@/ Makefile.in.orig > Makefile.in</userinput></screen>
    3939
  • 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
  • BOOK/beyond-clfs3/common/patches.xml

    r5956516 r3c65c99  
    2727    </varlistentry>
    2828
     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>
     34      </listitem>
     35    </varlistentry>
     36
    2937  </variablelist>
    3038
  • BOOK/final-system/x86/busybox.xml

    r5956516 r3c65c99  
    3434    <ulink url="http://busybox.net/downloads/fixes-&busybox-version;"/></para>
    3535
    36     <para os="p2"Here's an example of how to apply the patches from Busybox's website
     36    <para os="p2">Here's an example of how to apply the patches from Busybox's website
    3737    replace {patch_name} with the name of the patch:</para>
    3838
  • BOOK/patches.ent

    r5956516 r3c65c99  
    4343<!ENTITY dropbear-autotool-patch-size "56 KB">
    4444
     45<!ENTITY iptables-domulti-patch "iptables-&iptables-version;-do_multi-1.patch">
     46<!ENTITY iptables-domulti-patch-md5 "b0c73cb8ae3a7e767b6ae9eedce09436">
     47<!ENTITY iptables-domulti-patch-size "4 KB">
     48
    4549<!-- MIPS Patches -->
    4650
Note: See TracChangeset for help on using the changeset viewer.