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-n32.xml

    r38a5094f r9306bac  
    2323    <title>Installation of Bzip2</title>
    2424
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="bzip2.xml"
    27     xpointer="xpointer(//*[@os='p3'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="bzip2.xml"
    31     xpointer="xpointer(//*[@os='p4'])"/>
    32 
    3325    <para os="m1">We need to remove the tests since they won't work on
    3426    a multi-architecture build, and change the default lib path
     
    4941    xpointer="xpointer(//*[@os='c'])"/>
    5042
     43    <para os="c1">Recompile the package using a non-shared library.</para>
     44
    5145<screen os="d"><userinput>make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}"</userinput></screen>
    52 
    53     <para os="m3">Now we remove the 32 bit versions of the programs so we
    54     can install the n32 bit versions.</para>
    55 
    56     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    57     href="bzip2-64bit.xml"
    58     xpointer="xpointer(//*[@os='m4'])"/>
    59 
    60     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    61     href="bzip2.xml"
    62     xpointer="xpointer(//*[@os='g'])"/>
    63 
    64     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    65     href="bzip2.xml"
    66     xpointer="xpointer(//*[@os='h'])"/>
    6746
    6847    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    7049    xpointer="xpointer(//*[@os='i'])"/>
    7150
    72 <screen os="j"><userinput>cp bzip2-shared /bin/bzip2
     51<screen os="j"><userinput>cp libbz2.a /usr/lib32
    7352cp -a libbz2.so* /lib32
    74 ln -s ../../lib32/libbz2.so.1.0 /usr/lib32/libbz2.so
    75 rm /usr/bin/{bunzip2,bzcat,bzip2}
    76 ln -s bzip2 /bin/bunzip2
    77 ln -s bzip2 /bin/bzcat</userinput></screen>
     53ln -s ../../lib32/libbz2.so.1.0 /usr/lib32/libbz2.so</userinput></screen>
    7854
    7955  </sect2>
Note: See TracChangeset for help on using the changeset viewer.