mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Fix building Sendmail now that Berkeley DB has been archived.
This commit is contained in:
parent
3fac2c2a8a
commit
64a66a59af
@ -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>
|
||||
|
@ -130,7 +130,7 @@ install -v -m700 -d /var/spool/mqueue</userinput></screen>
|
||||
|
||||
<screen><userinput>cat >> devtools/Site/site.config.m4 << "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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user