Changeset 4fc3670 in clfs-embedded for BOOK/beyond-clfs3/common/dropbear.xml


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

Update dropbear stuff

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.