Changeset dea57047 for postlfs


Ignore:
Timestamp:
08/14/2024 04:23:48 AM (5 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3
Children:
cd9cb18
Parents:
f7ecea1
Message:

Remove obsolete instructions from polkit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    rf7ecea1 rdea57047  
    118118    <para role="optional">
    119119      <xref linkend="gtk-doc"/>,
    120       <xref linkend="python-dbusmock"/>, and
     120      <xref linkend="python-dbusmock"/> (required for tests), and
    121121      <xref linkend="spidermonkey"/> (can be used in place of duktape)
    122122    </para>
     
    214214      -D tests=true</userinput></screen>
    215215
    216     <!-- We have to do this after meson setup because mocklibc is extracted
    217          from a tarball by the meson setup command.  Also note that
    218          test/mocklibc is useless and patching it won't work.  -->
    219     <para>
    220       Now adapt the shipped mocklibc copy to allow building the test suite
    221       with GCC 14 or later:
    222     </para>
    223 
    224 <screen><userinput>grep 'print_indent'             ../subprojects/mocklibc-1.0/src/netgroup.c \
    225      | sed 's/ {/;/' >>         ../subprojects/mocklibc-1.0/src/netgroup.h &amp;&amp;
    226 
    227 sed -i '1 i #include &lt;stdio.h&gt;' ../subprojects/mocklibc-1.0/src/netgroup.h</userinput></screen>
    228 
    229216    <para>
    230217      Build the package:
     
    268255    </para>
    269256
    270     <!--
    271     <para revision="sysv">
    272       <parameter>- -disable-libsystemd-login</parameter>: This switch forces
    273       polkit to build with elogind support (if available) rather than
    274       systemd-logind.
    275     </para>
    276 
    277 
    278     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    279       href="../../xincludes/static-libraries.xml"/>
    280     -->
    281 
    282257    <para>
    283258      <option>-D os_type=lfs</option>: Use this switch if you did not create
     
    293268      if you have not installed <application>Linux PAM</application>.
    294269    </para>
    295 
    296     <!--
    297     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    298     href="../../xincludes/gtk-doc-rebuild.xml"/>
    299     -->
    300270
    301271    <para>
Note: See TracChangeset for help on using the changeset viewer.