Ignore:
Timestamp:
07/27/2014 07:48:06 PM (10 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.6, 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, krejzi/svn, 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:
5b52925
Parents:
bbb8ccc
Message:

Fix vala-0.24.0 (for at least Gucharmap-3.12.1).
Update to exim-4.83.
Update to LVM2.2.02.108.
Update to php-5.5.15.
Update to postgresql-9.3.5.
Thunderbird 31.0 and Python-2.7.8: Python2 needs to be built after openssl for this version of thunderbird.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    rbbb8ccc r80454f5  
    77  <!ENTITY php-download-http "http://us2.php.net/distributions/php-&php-version;.tar.bz2">
    88  <!ENTITY php-download-ftp  "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.bz2">
    9   <!ENTITY php-md5sum        "b53e5f47c59ffbe26d20957636695baa">
     9  <!ENTITY php-md5sum        "5cb5f2ed9099299f8a4c952d59d93812">
    1010  <!ENTITY php-size          "13 MB">
    11   <!ENTITY php-buildsize     "432 MB (additional 102 MB for documentation)">
    12   <!ENTITY php-time          "3.5 SBU (additional 1.8 SBU to run the test suite)">
     11  <!ENTITY php-buildsize     "372 MB (additional 1 MB to run the test suite and 102 MB for documentation)">
     12  <!ENTITY php-time          "4 SBU (additional 2 SBU to run the test suite)">
    1313]>
    1414
     
    176176    running the following commands:</para>
    177177
    178 <screen><userinput>sed -i -e 's/2.6.5 2.7/&amp; 3.0/' configure &amp;&amp;
    179 ./configure --prefix=/usr                \
     178<screen><userinput>./configure --prefix=/usr                \
    180179            --sysconfdir=/etc            \
    181180            --localstatedir=/var         \
     
    245244      <title>Command Explanations</title>
    246245
    247       <para><command>sed -i -e 's/2.6.5 2.7/&amp; 3.0/' configure</command>: Make
    248       <filename>configure</filename> accept the version 3.0 of
    249       <application>Bison</application> as a valid version.</para>
    250      
    251246      <para><parameter>--with-datadir=/usr/share/php</parameter>: This works
    252247      around a bug in the build machinery, which installs some data to a
Note: See TracChangeset for help on using the changeset viewer.