Changeset b69df19 for server


Ignore:
Timestamp:
11/01/2022 06:59:01 AM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
8c5e6ec
Parents:
8b819c5 (diff), 35ea4f04 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into plabs/python-mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/postfix.xml

    r8b819c5 rb69df19  
    158158<screen><userinput>sed -i '/&lt;linux/i #define HAS_CLOSEFROM' src/util/sys_defs.h</userinput></screen>
    159159-->
     160      <para>
     161        The <filename>Makefile</filename> looks at the running kernel to
     162        decide how to set various things. It does not recognize Linux-6 and
     163        fails to make the definitions. After that is fixed, the build
     164        references the newly defined version in a header, which also breaks
     165        the build. Fix both of these with the following commands:
     166      </para>
     167
     168<!-- '&&' on a sed only fails if the file is not present,
     169    not if it changes nothing, but we seem to like it -->
     170<screen><userinput>sed -i 's/Linux..345/&amp;6/' makedefs &amp;&amp;
     171sed -i 's/LINUX2/LINUX6/' src/util/sys_defs.h</userinput></screen>
     172
     173
    160174      <para>
    161175        The <application>Postfix</application> source tree does not contain a
Note: See TracChangeset for help on using the changeset viewer.