Changeset ffdbde9c for server


Ignore:
Timestamp:
08/03/2018 05:23:16 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
f4362f22
Parents:
aadf6b2
Message:

Fix postfix to build against db-18, works for me in my local usage but might break for others. Will suggest reverting to db-5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/postfix.xml

    raadf6b2 rffdbde9c  
    153153        For more details read the readme files.
    154154      </para>
     155
     156       <para>
     157         The current version of <xref linkend="db"/> is not recognised by a
     158         hard-coded test for known versions. To build with this version use the
     159         following sed:
     160      </para>
     161
     162<screen><userinput>sed -i 's/DB_VERSION_MAJOR == 6 .*||/DB_VERSION_MAJOR &gt; 4 ||/' \
     163  src/util/dict_db.c</userinput></screen>
    155164
    156165      <sect4>
Note: See TracChangeset for help on using the changeset viewer.