Changeset 407637c for general/prog


Ignore:
Timestamp:
10/11/2013 10:43:06 AM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f367cdd
Parents:
e861396
Message:

update to cmake-2.8.12

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    re861396 r407637c  
    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        "6f5d7b8e7534a5d9e1a7664ba63cf882">
    10   <!ENTITY cmake-size          "5.6 MB">
    11   <!ENTITY cmake-buildsize     "330 MB (including tests)">
    12   <!ENTITY cmake-time          "2.0 SBU (additional 3.5 SBU for the test suite)">
     9  <!ENTITY cmake-md5sum        "105bc6d21cc2e9b6aff901e43c53afea">
     10  <!ENTITY cmake-size          "5.8 MB">
     11  <!ENTITY cmake-buildsize     "254 MB">
     12  <!ENTITY cmake-time          "1.4 SBU">
    1313]>
    1414
     
    125125
    126126    <para>
    127       <option>--system-libs</option>: This switch forces the build system to
    128       link against <application>Zlib</application>, <application>Bzip2</application>,
    129       <application>cURL</application>, <application>Expat</application> and
    130       <application>libarchive</application> installed on the system.
     127      <parameter>--system-libs</parameter>: This switch forces the build system
     128      to link against <application>Zlib</application>,
     129      <application>Bzip2</application>, <application>cURL</application>,
     130      <application>Expat</application> and <application>libarchive</application>
     131      installed on the system.
    131132    </para>
    132133
Note: See TracChangeset for help on using the changeset viewer.