Ignore:
Timestamp:
Apr 16, 2011, 2:36:23 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
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.
Message:

Merge branch 'master' into systemd

Conflicts:

BOOK/introduction/common/changelog.xml
BOOK/packages.ent

Location:
BOOK/final-system/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/cloog-ppl.xml

    r8c3f58f r6cefbfb  
    2727  <sect2 role="installation">
    2828    <title>Installation of CLooG-PPL</title>
    29 
    30     <para os="p1">When this version of CLooG-PPL was packaged it was missing
    31     a few files related to Libtool. The following patch adds them back in and
    32     regenerted Automake and Autoconf.</para>
    33 
    34 <screen os="p2"><userinput>patch -Np1 -i ../&cloog-ppl-autogen-patch;</userinput></screen>
    3529
    3630    <para os="a">Prepare CLooG-PPL for compilation:</para>
  • BOOK/final-system/common/mpc.xml

    r8c3f58f r6cefbfb  
    2929
    3030<screen os="b"><userinput>CC="gcc -isystem /usr/include" \
    31 LDFLAGS="-Wl,-rpath-link,/lib" \
     31LDFLAGS="-Wl,-rpath-link,/lib" EGREP="grep -E" \
    3232./configure --prefix=/usr</userinput></screen>
    3333
  • BOOK/final-system/common/ppl.xml

    r8c3f58f r6cefbfb  
    2626  <sect2 role="installation">
    2727    <title>Installation of PPL</title>
    28 
    29     <para os="s1">The following fixes an issue when detecting newer versions
    30     of GMP.</para>
    31 
    32 <screen os="s2"><userinput>sed -i "s/__GMP_BITS_PER_MP_LIMB/GMP_LIMB_BITS/g" configure</userinput></screen>
    3328
    3429    <para os="a">Prepare PPL for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.