Changeset 3c65c99 in clfs-embedded for BOOK/beyond-clfs3/common
- Timestamp:
- Feb 4, 2007, 9:20:27 PM (18 years ago)
- Branches:
- master
- Children:
- 82b88f2
- Parents:
- 5956516
- Location:
- BOOK/beyond-clfs3/common
- Files:
-
- 3 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
Note:
See TracChangeset
for help on using the changeset viewer.