Changeset a5ca7b0 for BOOK/temp-system
- Timestamp:
- Jul 25, 2010, 12:11:53 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7816bd1
- Parents:
- 757a9c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/cloog-ppl.xml
r757a9c2 ra5ca7b0 33 33 --> 34 34 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>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. Also, Have the configure script look for the version of PPL that we compiled in the previous step:</para> 36 36 37 37 <screen os="s2"><userinput>cp -v configure{,.orig} 38 sed "/LD_LIBRARY_PATH=/d" configure.orig > configure</userinput></screen> 38 sed -e "/LD_LIBRARY_PATH=/d" \ 39 -e "s/^\(ppl_minor_version\)=.[0-9]/\1=11/" \ 40 configure.orig > configure</userinput></screen> 39 41 40 42 <para os="a">Prepare CLooG-PPL for compilation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.