Ignore:
Timestamp:
08/21/2020 12:42:39 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, 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:
ac0e14f
Parents:
f0dc9578
Message:

Fix polkit detection of elogind (again!)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    rf0dc9578 r4a0b346  
    7474    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7575    <itemizedlist spacing="compact">
     76      <listitem revision="sysv">
     77        <para>
     78          Recommended patch:
     79          <ulink url="&patch-root;/polkit-&polkit-version;-fix_elogind_detection-1.patch"/>
     80        </para>
     81      </listitem>
    7682      <listitem>
    7783        <para>
     
    189195    </note>
    190196
     197    <para revision="sysv">
     198      Fix an issue introduced in recent <application>Polkit</application>
     199      releases with elogind:
     200    </para>
     201
     202<screen revision="sysv"><userinput>patch -Np1 -i ../polkit-&polkit-version;-fix_elogind_detection-1.patch &amp;&amp;
     203autoreconf -fi</userinput></screen>
     204
    191205    <para>
    192206      Install <application>Polkit</application> by running the following
     
    206220            --disable-static     \
    207221            --with-os-type=LFS   \
    208             --enable-libsystemd-login=no &amp;&amp;
     222            --disable-libsystemd-login &amp;&amp;
    209223make</userinput></screen>
    210224
     
    229243  <sect2 role="commands">
    230244    <title>Command Explanations</title>
     245
     246    <para revision="sysv">
     247      <parameter>--disable-libsystemd-login</parameter>: This switch forces
     248      polkit to build with elogind support (if available) rather than
     249      systemd-logind.
     250    </para>
    231251
    232252    <para>
     
    242262    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    243263    href="../../xincludes/gtk-doc-rebuild.xml"/>
    244 
    245     <para revision="sysv">
    246       <parameter>--enable-libsystemd-login=no</parameter>: This switch forces
    247       polkit to build with elogind support (if available) rather than systemd.
    248     </para>
    249264
    250265  </sect2>
Note: See TracChangeset for help on using the changeset viewer.