- Timestamp:
- Feb 4, 2007, 9:20:27 PM (18 years ago)
- Branches:
- master
- Children:
- 82b88f2
- Parents:
- 5956516
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-clfs3/common/dropbear.xml
r5956516 r3c65c99 31 31 <para os="p1">Dropbear doesn't accept our ${CLFS_TARGET} by default, so a patch is needed to make it recognise it:</para> 32 32 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> 34 34 35 35 <para os="p3">Dropbear incorrectly calls ld instead of gcc for linking, so fix it:</para> 36 36 37 <screen os="p4"><userinput>cp Makefile.in Makefile.in.orig37 <screen os="p4"><userinput>cp Makefile.in{,.orig} 38 38 sed -e s/@LD@/@CC@/ Makefile.in.orig > Makefile.in</userinput></screen> 39 39 -
BOOK/beyond-clfs3/common/iptables.xml
r5956516 r3c65c99 26 26 <title>Installation of iptables</title> 27 27 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 28 32 <para os="a">Compile the package:</para> 29 33 30 <screen os="b"><userinput>make CC="${CC} ${BUILD}" COPT_FLAGS="-Os" LD=${LD} DO_MULTI= 0PREFIX=/usr \34 <screen os="b"><userinput>make CC="${CC} ${BUILD}" COPT_FLAGS="-Os" LD=${LD} DO_MULTI=1 PREFIX=/usr \ 31 35 KERNEL_DIR=${CLFS}/lib/modules/&linux-version;/build LIBDIR=/lib BINDIR=/sbin</userinput></screen> 32 36 33 37 <para os="c">Install the package:</para> 34 38 35 <screen os="d"><userinput>make DO_MULTI= 0PREFIX=/usr \39 <screen os="d"><userinput>make DO_MULTI=1 PREFIX=/usr \ 36 40 LIBDIR=/lib BINDIR=/sbin install DESTDIR=${CLFS}</userinput></screen> 37 41 -
BOOK/beyond-clfs3/common/patches.xml
r5956516 r3c65c99 27 27 </varlistentry> 28 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> 34 </listitem> 35 </varlistentry> 36 29 37 </variablelist> 30 38 -
BOOK/final-system/x86/busybox.xml
r5956516 r3c65c99 34 34 <ulink url="http://busybox.net/downloads/fixes-&busybox-version;"/></para> 35 35 36 <para os="p2" Here's an example of how to apply the patches from Busybox's website36 <para os="p2">Here's an example of how to apply the patches from Busybox's website 37 37 replace {patch_name} with the name of the patch:</para> 38 38 -
BOOK/patches.ent
r5956516 r3c65c99 43 43 <!ENTITY dropbear-autotool-patch-size "56 KB"> 44 44 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 45 49 <!-- MIPS Patches --> 46 50
Note:
See TracChangeset
for help on using the changeset viewer.