Ignore:
Timestamp:
Feb 21, 2006, 1:40:36 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
beddd7f
Parents:
38a5094f
Message:

r880@server (orig r878): ken | 2005-12-09 17:54:03 -0800
Simplify bzip2 installation on multilib, based on a suggestion by Go Moko, and reword what gets tested

File:
1 edited

Legend:

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

    r38a5094f r9306bac  
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2626    href="../common/bzip2.xml"
    27     xpointer="xpointer(//*[@os='p3'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../common/bzip2.xml"
    31     xpointer="xpointer(//*[@os='p4'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="../common/bzip2.xml"
    3527    xpointer="xpointer(//*[@os='a'])"/>
    3628
     
    4840<screen os="e"><userinput>make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}"</userinput></screen>
    4941
    50     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../common/bzip2.xml"
    52     xpointer="xpointer(//*[@os='f'])"/>
     42    <para os="i">Install the libraries, make
     43    some necessary symbolic links, and clean up:</para>
    5344
    54     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    55     href="../common/bzip2.xml"
    56     xpointer="xpointer(//*[@os='g'])"/>
    57 
    58     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    59     href="../common/bzip2.xml"
    60     xpointer="xpointer(//*[@os='h'])"/>
    61 
    62     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    63     href="../common/bzip2.xml"
    64     xpointer="xpointer(//*[@os='i'])"/>
    65 
    66     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    67     href="../common/bzip2.xml"
    68     xpointer="xpointer(//*[@os='j'])"/>
     45<screen os="j"><userinput>cp libbz2.a /usr/lib
     46cp -a libbz2.so* /lib
     47ln -s ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so</userinput></screen>
    6948
    7049  </sect2>
Note: See TracChangeset for help on using the changeset viewer.