Changeset 8444553


Ignore:
Timestamp:
May 22, 2006, 1:21:13 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
4e34ccf
Parents:
961650d
Message:

r3583@server: jim | 2006-05-22 01:16:46 -0700
Updates to Bzip2 text and build for multilib

Location:
final-system
Files:
3 edited

Legend:

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

    r961650d r8444553  
    6161<screen os="e"><userinput>make</userinput></screen>
    6262
    63     <para os="f">If reinstalling Bzip2, perform
     63    <note os="f">
     64    <para>If reinstalling Bzip2, perform
    6465    <userinput>rm -vf /usr/bin/bz*</userinput> first, otherwise the
    6566    following <command>make install</command> will fail.</para>
     67    </note>
    6668
    6769    <para os="g">Install the programs:</para>
  • final-system/multilib/bzip2-n32.xml

    r961650d r8444553  
    4343    <para os="c1">Recompile the package using a non-shared library.</para>
    4444
    45 <screen os="d"><userinput>make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}"</userinput></screen>
     45<screen os="d"><userinput>make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" libbz2.a</userinput></screen>
    4646
    4747    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • final-system/multilib/bzip2.xml

    r961650d r8444553  
    3838    xpointer="xpointer(//*[@os='d'])"/>
    3939
    40 <screen os="e"><userinput>make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}"</userinput></screen>
     40<screen os="e"><userinput>make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" libbz2.a</userinput></screen>
    4141
    4242    <para os="i">Install the libraries, make
Note: See TracChangeset for help on using the changeset viewer.