Changeset 1f9cde4


Ignore:
Timestamp:
Dec 2, 2006, 5:25:02 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7c419cd
Parents:
e3bbb7d
Message:

Added Patch DESTDIR Patch

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/materials/common/patches.xml

    re3bbb7d r1f9cde4  
    191191
    192192    <varlistentry>
     193      <term>Patch DESTDIR Patch - <token>&patch-destdir-patch-size;</token>:</term>
     194      <listitem>
     195        <para>Download: <ulink
     196        url="&patches-root;&patch-destdir-patch;"/></para>
     197        <para>MD5 sum: <literal>&patch-destdir-patch-md5;</literal></para>
     198      </listitem>
     199    </varlistentry>
     200
     201    <varlistentry>
    193202      <term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term>
    194203      <listitem>
  • BOOK/patches.ent

    re3bbb7d r1f9cde4  
    8181<!ENTITY mktemp-tempfile-patch-size "3.6 KB">
    8282
     83<!ENTITY patch-destdir-patch "patch-&patch-version;-DESTDIR-1.patch">
     84<!ENTITY patch-destdir-patch-md5 "3a7521b7dbc805caa1d3da9490668f88">
     85<!ENTITY patch-destdir-patch-size "4 KB">
     86
    8387<!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch">
    8488<!ENTITY perl-libc-patch-md5 "3bf8aef1fb6eb6110405e699e4141f99">
  • BOOK/temp-system/common/patch.xml

    re3bbb7d r1f9cde4  
    2323    <title>Installation of Patch</title>
    2424
     25    <para os="p1">This patch will add the ability to use DESTDIR:</para>
     26
     27<screen os="p2"><userinput>patch -Np1 -i ../&patch-destdir-patch;</userinput></screen>
     28
    2529    <para os="a">Prepare Patch for compilation:</para>
    2630
     
    3438    <para os="e">Install the package:</para>
    3539
    36 <screen os="f"><userinput>make install</userinput></screen>
     40<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    3741
    3842  </sect2>
  • BOOK/temp-system/multilib/patch.xml

    re3bbb7d r1f9cde4  
    2222  <sect2 role="installation">
    2323    <title>Installation of Patch</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/patch.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/patch.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.