Changeset 7c4cccc for server/mail


Ignore:
Timestamp:
06/29/2021 06:04:44 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
a4586ac9
Parents:
dcc96953
Message:

Dovecot: Minor tweaks to the configure command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/dovecot.xml

    rdcc96953 r7c4cccc  
    133133
    134134    <para>
    135       First, apply a patch to fix compilation wit Lua-5.4:
     135      First, apply a patch to fix compilation with Lua-5.4:
    136136    </para>
    137137
     
    149149            --sysconfdir=/etc                      \
    150150            --localstatedir=/var                   \
    151             --rundir=/run                          \
    152151            --docdir=/usr/share/doc/dovecot-&dovecot-version; \
    153152            --disable-static &amp;&amp;
     
    159158            --sysconfdir=/etc                      \
    160159            --localstatedir=/var                   \
    161             --rundir=/run                          \
    162160            --docdir=/usr/share/doc/dovecot-&dovecot-version; \
    163             --disable-static                       \
    164             --with-systemdsystemunitdir=/lib/systemd/system &amp;&amp;
     161            --disable-static                       &amp;&amp;
    165162make</userinput></screen>
    166163
     
    190187      href="../../xincludes/static-libraries.xml"/>
    191188
     189    <!-- With merged-/usr, /usr/lib/systemd/system is set by default.
    192190    <para revision="systemd">
    193       <parameter>--with-systemdsystemunitdir=/lib/systemd/system</parameter>:
     191      <parameter>- -with-systemdsystemunitdir=/lib/systemd/system</parameter>:
    194192      This switch is used to set the correct installation directory for
    195193      systemd units.
    196194    </para>
     195    -->
    197196
    198197    <para>
Note: See TracChangeset for help on using the changeset viewer.