Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake-systemd.xml

    r4a83293 rac38e9dc  
    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        "188eb7dc9b1b82b363bc51c0d3f1d461">
    10   <!ENTITY cmake-size          "5.6 MB">
    11   <!ENTITY cmake-buildsize     "200.4 MB (additional 305 MB for tests)">
    12   <!ENTITY cmake-time          "2.5 SBU (additional 7.5 SBU for tests)">
     9  <!ENTITY cmake-md5sum        "d51c92bf66b1e9d4fe2b7aaedd51377c">
     10  <!ENTITY cmake-size          "6.2 MB">
     11  <!ENTITY cmake-buildsize     "336 MB (additional 290 MB for the testsuite)">
     12  <!ENTITY cmake-time          "3.8 SBU (additional 8.6 SBU for the testsuite)">
    1313]>
    1414
     
    3939    </para>
    4040
    41     &lfs76_checked;
     41    &lfs77_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    107107            --system-libs       \
    108108            --mandir=/share/man \
     109            --no-system-jsoncpp \
    109110            --docdir=/share/doc/cmake-&cmake-version; &amp;&amp;
    110111make</userinput></screen>
     
    131132      <application>Expat</application> and <application>libarchive</application>
    132133      installed on the system.
     134    </para>
     135
     136    <para>
     137      <parameter>--no-system-jsoncpp</parameter>: This switch removes the
     138      <application>JSON-C++</application> library from the list of system
     139      libraries. A bundled version of that library is used instead.
    133140    </para>
    134141
Note: See TracChangeset for help on using the changeset viewer.