Changeset af30804 for final-system


Ignore:
Timestamp:
Feb 21, 2006, 9:22:17 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
126e0cf
Parents:
180b054
Message:

Removed Tempfile Dependency from Bzip2

Location:
final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/bzip2.xml

    r180b054 raf30804  
    4848
    4949<screen os="p4"><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen>
     50
     51    <para os="p5">The <command>bzdiff</command> depends on tempfile. We remove
     52    that dependecy with this patch:</para>
     53
     54<screen os="p6"><userinput>patch -Np1 -i ../&bzip2-remove_tempfile-patch;</userinput></screen>
    5055
    5156    <para os="a">The Bzip2 package does not contain a <command>configure</command>
  • final-system/multilib/bzip2-64bit.xml

    r180b054 raf30804  
    3737    href="../common/bzip2.xml"
    3838    xpointer="xpointer(//*[@os='p4'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    href="../common/bzip2.xml"
     42    xpointer="xpointer(//*[@os='p5'])"/>
     43
     44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     45    href="../common/bzip2.xml"
     46    xpointer="xpointer(//*[@os='p6'])"/>
    3947
    4048    <para os="m1">We need to remove the tests since they won't work on
Note: See TracChangeset for help on using the changeset viewer.