Changeset 5dcff5d6


Ignore:
Timestamp:
Jan 1, 2010, 8:42:36 AM (14 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:
97bbe67
Parents:
24bab8b
Message:

Stopped Cloog-PPL from setting LD_LIBRARY_PATH to fix segfault issues.

Location:
BOOK
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/cloog-ppl.xml

    r24bab8b r5dcff5d6  
    3030    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3131    href="../../final-system/common/cloog-ppl.xml"
    32         xpointer="xpointer(//*[@os='p2'])"/>
     32    xpointer="xpointer(//*[@os='p2'])"/>
    3333 -->
     34
     35    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     36    href="../../temp-system/common/cloog-ppl.xml"
     37    xpointer="xpointer(//*[@os='s1'])"/>
     38
     39    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     40    href="../../temp-system/common/cloog-ppl.xml"
     41    xpointer="xpointer(//*[@os='s2'])"/>
    3442
    3543    <para os="a">Prepare CLooG-PPL for compilation:</para>
  • BOOK/introduction/common/changelog.xml

    r24bab8b r5dcff5d6  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>December 31, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Stopped Cloog-PPL from setting LD_LIBRARY_PATH to
     44                fix segfault issues.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
  • BOOK/temp-system/64/cloog-ppl.xml

    r24bab8b r5dcff5d6  
    3535    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3636    href="../common/cloog-ppl.xml"
     37    xpointer="xpointer(//*[@os='s1'])"/>
     38
     39    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     40    href="../common/cloog-ppl.xml"
     41    xpointer="xpointer(//*[@os='s2'])"/>
     42
     43    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     44    href="../common/cloog-ppl.xml"
    3745    xpointer="xpointer(//*[@os='a'])"/>
    3846
  • BOOK/temp-system/common/cloog-ppl.xml

    r24bab8b r5dcff5d6  
    3333-->
    3434
     35    <para os="s1">The following prevents the configure script from setting <envar>LD_LIBRARY_PATH</envar> when it finds PPL. This will prevent any conflicts with libraries from the host system:</para>
     36
     37<screen os="s2"><userinput>cp -v configure{,.orig}
     38sed "/LD_LIBRARY_PATH=/d" configure.orig &gt; configure</userinput></screen>
     39
    3540    <para os="a">Prepare CLooG-PPL for compilation:</para>
    3641
  • BOOK/temp-system/multilib/cloog-ppl.xml

    r24bab8b r5dcff5d6  
    3232    xpointer="xpointer(//*[@os='p2'])"/>
    3333 -->
     34
     35    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     36    href="../common/cloog-ppl.xml"
     37    xpointer="xpointer(//*[@os='s1'])"/>
     38
     39    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     40    href="../common/cloog-ppl.xml"
     41    xpointer="xpointer(//*[@os='s2'])"/>
    3442
    3543    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.