Changeset ba8cc54 in clfs-embedded for BOOK/beyond-clfs3
- Timestamp:
- Jan 23, 2007, 10:38:16 AM (18 years ago)
- Branches:
- master
- Children:
- 2955e5f
- Parents:
- 99e5b35
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-clfs3/common/dropbear.xml
r99e5b35 rba8cc54 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 <para os="p2"><userinput>patch -Np1 -i ../dropbear-&dropbear-version;-autotools-1.patch</userinput></para> 33 <screen os="p2"><userinput>patch -Np1 -i ../dropbear-&dropbear-version;-autotools-1.patch</userinput></screen> 34 35 <para os="p3">Dropbear incorrectly calls ld instead of gcc for linking, so fix it:</para> 36 37 <screen os="p4"><userinput>sed -e s/@LD@/@CC@/ -i Makefile.in</userinput></screen> 34 38 35 39 <para os="a">Configure dropbear:</para>
Note:
See TracChangeset
for help on using the changeset viewer.