%general-entities; %patches-entities; ]> Bzip2-&bzip2-version; N32 Libraries Bzip2 N32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../common/bzip2.xml" xpointer="xpointer(//*[@role='package']/para[1])"/> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>Not checked yet</seg> <seg>Not checked yet</seg> </seglistitem> </segmentedlist> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../common/bzip2.xml" xpointer="xpointer(//*[@role='package']/segmentedlist[2])"/> </sect2> <sect2 role="installation"> <title>Installation of Bzip2 We need to remove the tests since they won't work on a multi-architecture build, and tell change the default lib path to lib32: sed -i -e 's@^\(all:.*\) test@\1@g' \ -e 's@/lib\(/\| \|$\)@/lib32\1@g' Makefile make -f Makefile-libbz2_so CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" make clean make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" Now we remove the 32 bit versions of the programs so we can install the n32 bit versions. rm -f /usr/bin/bz* /bin/bz* cp bzip2-shared /bin/bzip2 cp -a libbz2.so* /lib32 ln -s ../../lib32/libbz2.so.1.0 /usr/lib32/libbz2.so rm /usr/bin/{bunzip2,bzcat,bzip2} ln -s bzip2 /bin/bunzip2 ln -s bzip2 /bin/bzcat <para>Details on this package are located in <xref linkend="contents-bzip2" role="."/></para> </sect2> </sect1>