- Timestamp:
- Jan 23, 2007, 10:51:04 AM (18 years ago)
- Branches:
- master
- Children:
- 30fbba8
- Parents:
- 2955e5f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-clfs3/common/dropbear.xml
r2955e5f r36929b7 35 35 <para os="p3">Dropbear incorrectly calls ld instead of gcc for linking, so fix it:</para> 36 36 37 <screen os="p4"><userinput>sed -e s/@LD@/@CC@/ -i Makefile.in</userinput></screen> 37 <screen os="p4"><userinput>cp Makefile.in Makefile.in.orig 38 sed -e s/@LD@/@CC@/ Makefile.in.orig > Makefile.in</userinput></screen> 38 39 39 40 <para os="a">Configure dropbear:</para>
Note:
See TracChangeset
for help on using the changeset viewer.