Ignore:
Timestamp:
10/07/2018 01:55:50 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
20c1f43
Parents:
3fd462f2
Message:

perl modules branch: Merge trunk r20565:20597, update md5sum for IO::Socket::SSL, correct text in note re its tests.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r3fd462f2 rbdc55ac  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.58/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.58/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "9b5d21c802f55bf37171c4fbfe7d32d1">
     9  <!ENTITY glib2-md5sum        "4fd2ead128a408c89b9153dfdb99f9a5">
    1010  <!ENTITY glib2-size          "4.7 MB">
    11   <!ENTITY glib2-buildsize     "154 MB (add 4 MB for tests)">
    12   <!ENTITY glib2-time          "0.5 SBU (add 0.5 SBU for tests; both using paralleism=4)">
     11  <!ENTITY glib2-buildsize     "186 MB (add 4 MB for tests)">
     12  <!ENTITY glib2-time          "0.5 SBU (add 0.7 SBU for tests; both using paralleism=4)">
    1313]>
    1414
     
    159159        appropriate linker library flag (-l),
    160160        <command>-lg{io,lib,module,object,thread}</command>. 600+ files must be
    161         modified on a complete gnome desktop.i
     161        modified on a complete gnome desktop.
    162162     
    163163      </para>
     
    221221      To test the results, after having installed the package, issue:
    222222      <command>ninja test</command>. 
    223       One test, gdatetime, is known to fail.
     223      One test, gdatetime, is known to fail on sysvinit systems.
    224224      <!-- Needs /etc/localtime to be a symbolic link. In addition
    225225      the link must be to some place like /usr/share/zoneinfo/...
     
    228228      is removed or commented out.
    229229      g_assert_true (*g_time_zone_get_identifier (tz) != '/');
     230
     231      NOTE: systemd implements this as a hard requirement.
    230232      -->
    231233    </para>
     
    243245    <para>
    244246      <parameter>-Dselinux=false</parameter>: This switch disables
    245       support fo rselinux wich is not supported in BLFS.
     247      support for selinux which is not supported in BLFS.
    246248    </para>
    247249
     
    377379          <para>
    378380            is used to compile all the GSettings XML schema files
    379             in directory into a binary file with the name
     381            in a directory into a binary file with the name
    380382            <filename>gschemas.compiled</filename> that can be used by GSettings.
    381383          </para>
Note: See TracChangeset for help on using the changeset viewer.