Changeset e6423a01 for final-system/multilib/bzip2-n32.xml
- Timestamp:
- Feb 21, 2006, 1:23:04 AM (19 years ago)
- Children:
- 193b7dd
- Parents:
- b8fddc7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/multilib/bzip2-n32.xml
rb8fddc7 re6423a01 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 26 href="bzip2.xml" 27 xpointer="xpointer(//*[@os=' l'])"/>27 xpointer="xpointer(//*[@os='p3'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 30 href="bzip2.xml" 31 xpointer="xpointer(//*[@os=' m'])"/>31 xpointer="xpointer(//*[@os='p4'])"/> 32 32 33 <para >We need to remove the tests since they won't work on33 <para os="m1">We need to remove the tests since they won't work on 34 34 a multi-architecture build, and tell change the default lib path 35 35 to <filename class="directory">lib32</filename>:</para> 36 36 37 <screen ><userinput>sed -i -e 's@^\(all:.*\) test@\1@g' \37 <screen os="m2"><userinput>sed -i -e 's@^\(all:.*\) test@\1@g' \ 38 38 -e 's@/lib\(/\| \|$\)@/lib32\1@g' Makefile</userinput></screen> 39 39 … … 42 42 xpointer="xpointer(//*[@os='a'])"/> 43 43 44 <screen ><userinput>make -f Makefile-libbz2_so CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}"44 <screen os="b"><userinput>make -f Makefile-libbz2_so CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" 45 45 make clean</userinput></screen> 46 46 … … 49 49 xpointer="xpointer(//*[@os='c'])"/> 50 50 51 <screen ><userinput>make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}"</userinput></screen>51 <screen os="d"><userinput>make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}"</userinput></screen> 52 52 53 <para >Now we remove the 32 bit versions of the programs so we53 <para os="m3">Now we remove the 32 bit versions of the programs so we 54 54 can install the n32 bit versions.</para> 55 55 56 <screen><userinput>rm -f /usr/bin/bz* /bin/bz*</userinput></screen> 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='e'])"/> 57 63 58 64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 68 74 xpointer="xpointer(//*[@os='h'])"/> 69 75 70 <screen><userinput>cp bzip2-shared /bin/bzip2 76 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 77 href="bzip2.xml" 78 xpointer="xpointer(//*[@os='i'])"/> 79 80 <screen os="j"><userinput>cp bzip2-shared /bin/bzip2 71 81 cp -a libbz2.so* /lib32 72 82 ln -s ../../lib32/libbz2.so.1.0 /usr/lib32/libbz2.so
Note:
See TracChangeset
for help on using the changeset viewer.