Changeset df68f083 for general/sysutils


Ignore:
Timestamp:
01/06/2020 05:50:45 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
3386e38
Parents:
cef11f40
Message:

elogind-243.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/elogind.xml

    rcef11f40 rdf68f083  
    77  <!ENTITY elogind-download-http "https://github.com/elogind/elogind/archive/v&elogind-version;/elogind-&elogind-version;.tar.gz">
    88  <!ENTITY elogind-download-ftp  " ">
    9   <!ENTITY elogind-md5sum        "fb5ba9da1115d68d2b6cdbcd10167b7d">
     9  <!ENTITY elogind-md5sum        "f7cbea34cae55d66bed5355048eaa14a">
    1010  <!ENTITY elogind-size          "1.3 MB">
    11   <!ENTITY elogind-buildsize     "56 MB">
     11  <!ENTITY elogind-buildsize     "58 MB (add 1 MB for tests)">
    1212  <!ENTITY elogind-time          "0.4 SBU (NINJAJOBS=1)">
    1313]>
     
    132132                [*]    Tmpfs POSIX Access Control Lists  [CONFIG_TMPFS_POSIX_ACL]</literal></screen>
    133133
     134    <para>
     135      In addition, some tests need the userspace cryptographic kernel API, which
     136      is enabled with:
     137    </para>
     138
     139<screen><literal>
     140-*- Cryptographic API ---&gt;                               [CONFIG_CRYPTO]
     141   &lt;M/*&gt; Userspace cryptographic algorithm configuration [CONFIG_CRYPTO_USER]
     142   &lt;M/*&gt; User-space interface for hash algorithms        [CONFIG_CRYPTO_USER_API_HASH]</literal></screen>
     143
    134144    <indexterm zone="elogind elogind-kernel">
    135145      <primary sortas="d-elogind">elogind</primary>
     
    141151
    142152    <para>
    143       First fix an issue with reading a session file:
    144     </para>
    145 
    146 <screen><userinput>sed -e '/dirent-util/a #include "env-file.h"'                            \
    147     -e '/sessions/{n;n;s/=.*$/= parse_env_file (NULL, p, "UID", \&amp;s);/}' \
    148     -i src/basic/cgroup-util.c</userinput></screen>
     153      Fix one of the tests:
     154    </para>
     155
     156<screen><userinput>sed 's/os-release/lsb-release/' -i src/test/test-copy.c</userinput></screen>
    149157
    150158    <para>
     
    161169      -Dcgroup-controller=elogind          \
    162170      -Ddbuspolicydir=/etc/dbus-1/system.d \
     171      -Dman=auto                           \
    163172      ..  &amp;&amp;
    164173ninja</userinput></screen>
    165174
    166175    <para>
    167       This package does not come with a test suite.
     176      To test the results, issue: <command>ninja test</command>. A few tests
     177      are skipped if not run with <systemitem class="username">root</systemitem>
     178      privileges.
    168179    </para>
    169180
     
    191202      sets the location of the <application>D-Bus</application> policy
    192203      directory.
     204    </para>
     205
     206    <para>
     207      <parameter>-Dman=auto</parameter>: The default value of this switch is
     208      <emphasis>false</emphasis>. Setting it to <emphasis>auto</emphasis>
     209      allows building and installing the man pages if the recommended
     210      dependencies are installed.
    193211    </para>
    194212
Note: See TracChangeset for help on using the changeset viewer.