Changeset 6a3c6dc in clfs-embedded for BOOK/beyond-clfs
- Timestamp:
- Jan 26, 2009, 11:14:41 PM (16 years ago)
- Branches:
- master
- Children:
- 246191f
- Parents:
- 22923d0
- Location:
- BOOK/beyond-clfs/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-clfs/common/dropbear.xml
r22923d0 r6a3c6dc 36 36 <para os="a">Configure dropbear:</para> 37 37 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> 39 39 40 40 <para os="c">Now we will utilize /dev/urandom instead of /dev/random. To allow -
BOOK/beyond-clfs/common/iptables.xml
r22923d0 r6a3c6dc 28 28 <para os="p1">Fixes Compile Issue with DO_MULTI=1:</para> 29 29 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> 31 31 32 <para os="a">Co mpile the package:</para>32 <para os="a">Configure IPTables:</para> 33 33 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> 36 36 37 <para os="c"> Installthe package:</para>37 <para os="c">Compile the package:</para> 38 38 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> 42 44 43 45 </sect2> -
BOOK/beyond-clfs/common/patches.xml
r22923d0 r6a3c6dc 20 20 21 21 <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> 23 23 <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> 34 26 </listitem> 35 27 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.