Fix building Sendmail now that Berkeley DB has been archived.

This commit is contained in:
Douglas R. Reno 2023-11-28 18:52:46 -06:00
parent 3fac2c2a8a
commit 64a66a59af
2 changed files with 6 additions and 1 deletions

View File

@ -41,6 +41,11 @@
<listitem>
<para>November 28th, 2023</para>
<itemizedlist>
<listitem>
<para>[renodr] - Fix building sendmail now that Berkeley DB has been
archived. Thanks goes to Joe Locash for the report and the solution.
Fixes <ulink url="&blfs-ticket-root;18929">#18929</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to libqalculate-4.9.0. Fixes
<ulink url="&blfs-ticket-root;18925">#18925</ulink>.</para>

View File

@ -130,7 +130,7 @@ install -v -m700 -d /var/spool/mqueue</userinput></screen>
<screen><userinput>cat &gt;&gt; devtools/Site/site.config.m4 &lt;&lt; "EOF"
<literal>APPENDDEF(`confENVDEF',`-DSTARTTLS -DSASL -DLDAPMAP -DHASFLOCK')
APPENDDEF(`confLIBS', `-lssl -lcrypto -lsasl2 -lldap -llber -ldb')
APPENDDEF(`confLIBS', `-lssl -lcrypto -lsasl2 -lldap -llber')
APPENDDEF(`confINCDIRS', `-I/usr/include/sasl')</literal>
EOF</userinput></screen>