%general-entities; ]> Bzip2-&bzip2-version; N32 Libraries Bzip2 N32 Installation of Bzip2 We need to remove the tests since they won't work on a multi-architecture build, and 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 Recompile the package using a non-shared library. make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" cp -v libbz2.a /usr/lib32 cp -av libbz2.so* /lib32 ln -sv ../../lib32/libbz2.so.1.0 /usr/lib32/libbz2.so <para>Details on this package are located in <xref linkend="contents-bzip2" role="."/></para> </sect2> </sect1>