Changeset 489ddbd in clfs-embedded for BOOK/beyond-clfs/common/dropbear.xml
- Timestamp:
- Jan 25, 2009, 11:17:09 PM (16 years ago)
- Branches:
- master
- Children:
- 6d1c66e
- Parents:
- bd83d71
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-clfs/common/dropbear.xml
rbd83d71 r489ddbd 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 recogniseit:</para>31 <para os="s1">Dropbear incorrectly calls ld instead of gcc for linking, so fix it:</para> 32 32 33 <screen os="p2"><userinput>patch -Np1 -i ../&dropbear-autotool-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>cp Makefile.in{,.orig} 33 <screen os="s2"><userinput>cp Makefile.in{,.orig} 38 34 sed -e s/@LD@/@CC@/ Makefile.in.orig > Makefile.in</userinput></screen> 39 35
Note:
See TracChangeset
for help on using the changeset viewer.