Changeset 4fc3670 in clfs-embedded for BOOK/beyond-clfs3


Ignore:
Timestamp:
Jan 11, 2007, 1:01:10 PM (18 years ago)
Author:
Maarten Lankhorst <m.b.lankhorst@…>
Branches:
master
Children:
b634a75
Parents:
bd39e7a
Message:

Update dropbear stuff

Location:
BOOK/beyond-clfs3
Files:
1 added
3 edited

Legend:

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

    rbd39e7a r4fc3670  
    2929    <title>Installation of Dropbear</title>
    3030
     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
     33    <para os="p2"><userinput>patch -Np1 -i ../dropbear-&dropbear-version;-autotools-1.patch</userinput></para>
     34
    3135    <para os="a">Configure dropbear:</para>
    3236
    33 <screen os="b"><userinput>CC="${CC} ${BUILD}" ./configure --prefix=/usr</userinput></screen>
     37<screen os="b"><userinput>CC="${CC} ${BUILD}" ./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
    3438
    3539    <para os="c">Now we will utilize /dev/urandom instead of /dev/random. To allow
  • BOOK/beyond-clfs3/mips-chapter.xml

    rbd39e7a r4fc3670  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/packages.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/patches.xml"/>
    1617  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dropbear.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iptables.xml"/>
  • BOOK/beyond-clfs3/x86-chapter.xml

    rbd39e7a r4fc3670  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/packages.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/patches.xml"/>
    1617  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dropbear.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iptables.xml"/>
Note: See TracChangeset for help on using the changeset viewer.