Changeset 5dcff5d6 for BOOK/temp-system


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/temp-system
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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.