Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r740ee46 rdfde664  
    4141    <title>Installation of systemd</title>
    4242
    43     <para>
    44       Remove several inappropriate uses of the <literal>pure</literal>
    45       attribute or they'd cause runtime issues when the package is built
    46       with GCC 13 or later:
    47     </para>
    48 
    49 <screen><userinput remap='pre'>sed '/bus_message_type_from_string/s/_pure_//' \
    50     -i src/libsystemd/sd-bus/bus-internal.h    &amp;&amp;
    51 sed '/devt_hash_func/s/_pure_//'               \
    52     -i src/basic/hash-funcs.h                  &amp;&amp;
    53 sed '/job_get_timeout/s/_pure_//'              \
    54     -i src/core/job.h</userinput></screen>
    55 
    5643    <para>Remove two unneeded groups,
    5744    <systemitem class="groupname">render</systemitem> and
     
    6754cd       build
    6855
    69 meson setup \
    70       --prefix=/usr                 \
     56meson --prefix=/usr                 \
    7157      --buildtype=release           \
    7258      -Ddefault-dnssec=no           \
Note: See TracChangeset for help on using the changeset viewer.