Changeset d441522d for x


Ignore:
Timestamp:
01/26/2015 08:07:16 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0214fca
Parents:
ed17b301
Message:

Mesa-10.4.3: Revert previous modification and modify the instructions,
simplifying the page and solving problem with libtool older than 2.4.4.
Thanks Bruce for the wise decision.

Update to php-5.6.5.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15394 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesalib.xml

    red17b301 rd441522d  
    157157    </para>
    158158
    159     <note><para>For some systems with <application>libtool</application>
    160     versions prior to 2.4.4, <command>make</command> may fail.  If necessary,
    161     fix it either with:</para>
    162 
    163 <screen><userinput>sed -i 's/autoreconf/&amp; -f/' ./autogen.sh</userinput></screen>
    164 
    165     <para>or you can
    166     replace <command>./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2"   \</command> line in the first command bellow with:</para>
    167 
    168 <screen><userinput>autoreconf -v -f -i &amp;&amp;
    169 ./configure CFLAGS='-O2' CXXFLAGS='-O2' \</userinput></screen></note>
    170 
    171 <screen><userinput>./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2"   \
     159<screen><userinput>autoreconf -f -i &amp;&amp;
     160./configure CFLAGS='-O2' CXXFLAGS='-O2'    \
    172161            --prefix=$XORG_PREFIX          \
    173162            --sysconfdir=/etc              \
Note: See TracChangeset for help on using the changeset viewer.