Changeset 6cefbfb for BOOK/final-system/common
- Timestamp:
- Apr 16, 2011, 2:36:23 PM (14 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 21e442f
- Parents:
- 8c3f58f (diff), af891d2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- BOOK/final-system/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/cloog-ppl.xml
r8c3f58f r6cefbfb 27 27 <sect2 role="installation"> 28 28 <title>Installation of CLooG-PPL</title> 29 30 <para os="p1">When this version of CLooG-PPL was packaged it was missing31 a few files related to Libtool. The following patch adds them back in and32 regenerted Automake and Autoconf.</para>33 34 <screen os="p2"><userinput>patch -Np1 -i ../&cloog-ppl-autogen-patch;</userinput></screen>35 29 36 30 <para os="a">Prepare CLooG-PPL for compilation:</para> -
BOOK/final-system/common/mpc.xml
r8c3f58f r6cefbfb 29 29 30 30 <screen os="b"><userinput>CC="gcc -isystem /usr/include" \ 31 LDFLAGS="-Wl,-rpath-link,/lib" \31 LDFLAGS="-Wl,-rpath-link,/lib" EGREP="grep -E" \ 32 32 ./configure --prefix=/usr</userinput></screen> 33 33 -
BOOK/final-system/common/ppl.xml
r8c3f58f r6cefbfb 26 26 <sect2 role="installation"> 27 27 <title>Installation of PPL</title> 28 29 <para os="s1">The following fixes an issue when detecting newer versions30 of GMP.</para>31 32 <screen os="s2"><userinput>sed -i "s/__GMP_BITS_PER_MP_LIMB/GMP_LIMB_BITS/g" configure</userinput></screen>33 28 34 29 <para os="a">Prepare PPL for compilation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.