Changeset a21d07e for final-system/mips64/flex-n32.xml
- Timestamp:
- Feb 21, 2006, 1:07:31 AM (19 years ago)
- Children:
- 517ec63
- Parents:
- 0069c41
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/mips64/flex-n32.xml
r0069c41 ra21d07e 54 54 xpointer="xpointer(//*[@os='f'])"/> 55 55 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 57 href="../multilib/flex-n32.xml" 58 xpointer="xpointer(//*[@os='m3'])"/> 56 <screen><userinput>CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ 57 --libdir=/usr/lib32</userinput></screen> 59 58 60 59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 66 65 xpointer="xpointer(//*[@os='m2'])"/> 67 66 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 69 href="../multilib/flex-n32.xml" 70 xpointer="xpointer(//*[@os='k'])"/> 67 <para>There are some packages that expect to find the 68 <filename class="libraryfile">lex</filename> library in <filename 69 class="directory">/usr/lib32</filename>. Create a symlink to account for 70 this:</para> 71 71 72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 73 href="../multilib/flex-n32.xml" 74 xpointer="xpointer(//*[@os='l'])"/> 72 <screen><userinput>ln -s libfl.a /usr/lib32/libl.a</userinput></screen> 75 73 76 74 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.