Ignore:
Timestamp:
Sep 21, 2008, 1:18:20 PM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
175f4d65
Parents:
47627d0
Message:

Fix the library search path for libtool on multilib systems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/libtool-n32.xml

    r47627d0 r8aa6f1c2  
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2626    href="libtool.xml"
     27    xpointer="xpointer(//*[@os='a1'])"/>
     28
     29<screen os="a2"><userinput>echo "lt_cv_sys_dlsearch_path='/lib32 /usr/lib32 /usr/local/lib32 /opt/lib32'" &gt; config.cache</userinput></screen>
     30
     31    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     32    href="libtool.xml"
    2733    xpointer="xpointer(//*[@os='a'])"/>
    2834
    2935<screen os="b"><userinput>CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
    30    --libdir=/usr/lib32</userinput></screen>
     36   --libdir=/usr/lib32 --cache-file=config.cache</userinput></screen>
    3137
    3238    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.