Ignore:
Timestamp:
03/14/2015 08:47:03 AM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
13507eb
Parents:
96f366a
Message:

Updates: libtasn1-4.3, wget-1.16.3, glib2-2.42.2, harfbuzz-0.39.9, cmake-3.2.1.

  • Move openssl from recommended to optional in wget (memory leaks).
  • Add --no-system-jsoncpp switch to cmake (JSON-C++ is new for this version)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r96f366a r2c38e951  
    77  <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "5697a77503bb5636f4b4057dcc02aa32">
    10   <!ENTITY cmake-size          "5.7 MB">
    11   <!ENTITY cmake-buildsize     "259 MB (additional 245 MB for tests)">
    12   <!ENTITY cmake-time          "1.9 SBU (additional 1.9 SBU for tests, with paralelism=4)">
     9  <!ENTITY cmake-md5sum        "63f436aa19b5efc37017759c8d3953ca">
     10  <!ENTITY cmake-size          "6.1 MB">
     11  <!ENTITY cmake-buildsize     "305 MB (additional 252 MB for tests)">
     12  <!ENTITY cmake-time          "2.6 SBU (additional 5.8 SBU for tests)">
    1313]>
    1414
     
    114114            --system-libs       \
    115115            --mandir=/share/man \
     116            --no-system-jsoncpp \
    116117            --docdir=/share/doc/cmake-&cmake-version; &amp;&amp;
    117118make</userinput></screen>
     
    155156
    156157    <para>
     158      <parameter>--no-system-jsoncpp</parameter>: This switch removes the
     159      <application>JSON-C++</application> library from the list of system
     160      libraries. A bundled version of that library is used instead.
     161    </para>
     162
     163    <para>
    157164      <option>--qt-gui</option>: This switch enables building of the
    158165      <application>Qt</application>-based  GUI for
Note: See TracChangeset for help on using the changeset viewer.