Changeset ba8cc54 in clfs-embedded


Ignore:
Timestamp:
Jan 23, 2007, 2:38:16 AM (17 years ago)
Author:
Maarten Lankhorst <m.b.lankhorst@…>
Branches:
master
Children:
2955e5f
Parents:
99e5b35
Message:

Fix dropbear build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/beyond-clfs3/common/dropbear.xml

    r99e5b35 rba8cc54  
    3131    <para os="p1">Dropbear doesn't accept our ${CLFS_TARGET} by default, so a patch is needed to make it recognise it:</para>
    3232
    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>
    3438
    3539    <para os="a">Configure dropbear:</para>
Note: See TracChangeset for help on using the changeset viewer.