Changeset 4fc3670 in clfs-embedded for BOOK/beyond-clfs3/common/dropbear.xml
- Timestamp:
- Jan 11, 2007, 1:01:10 PM (18 years ago)
- Branches:
- master
- Children:
- b634a75
- Parents:
- bd39e7a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-clfs3/common/dropbear.xml
rbd39e7a r4fc3670 29 29 <title>Installation of Dropbear</title> 30 30 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 31 35 <para os="a">Configure dropbear:</para> 32 36 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> 34 38 35 39 <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.