Changeset 48b0b67 in clfs-sysroot for BOOK


Ignore:
Timestamp:
Mar 15, 2009, 6:46:00 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
47dadc6
Parents:
08c94af
Message:

Add file cross-compilation patch.

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/file.xml

    r08c94af r48b0b67  
    3333
    3434<screen os="p4"><userinput>patch -Np1 -i ../&file-new_compressors-patch;</userinput></screen>
     35
     36    <para os="ap1">The following patch will fix a compile issue that would prevent
     37    a proper creation of the <filename>magic.mgc</filename> file. This would
     38    show up as an error messsage.
     39    <computeroutput>ERROR: file: File &file-version; supports only 6 version
     40    magic files. `/tools/share/file/magic.mgc' is version 2</computeroutput>:</para>
     41
     42<screen os="ap2"><userinput>patch -Np1 -i ../&file-cross_compile-patch;</userinput></screen>
    3543
    3644    <para os="a">Prepare File for compilation:</para>
  • BOOK/materials/common/patches.xml

    r08c94af r48b0b67  
    6565
    6666    <varlistentry>
     67      <term>File Cross-Compile Patch - <token>&file-cross_compile-patch-size;</token>:</term>
     68      <listitem>
     69        <para>Download: <ulink
     70        url="&patches-root;&file-cross_compile-patch;"/></para>
     71        <para>MD5 sum: <literal>&file-cross_compile-patch-md5;</literal></para>
     72      </listitem>
     73    </varlistentry>
     74
     75    <varlistentry>
    6776      <term>File Fixes Patch - <token>&file-fixes-patch-size;</token>:</term>
    6877      <listitem>
  • BOOK/patches.ent

    r08c94af r48b0b67  
    2424<!ENTITY diffutils-i18n-patch-md5 "2e176c390bf4dca2fb088e0a16261a96">
    2525<!ENTITY diffutils-i18n-patch-size "17 KB">
     26
     27<!ENTITY file-cross_compile-patch "file-&file-version;-cross_compile-1.patch">
     28<!ENTITY file-cross_compile-patch-md5 "17956303345b8514a9c2bdc3939a21e5">
     29<!ENTITY file-cross_compile-patch-size "1 KB">
    2630
    2731<!ENTITY file-fixes-patch "file-&file-version;-fixes-2.patch">
Note: See TracChangeset for help on using the changeset viewer.