diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 59adfddb82..88a8d4f41f 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,11 @@ November 28th, 2023 + + [renodr] - Fix building sendmail now that Berkeley DB has been + archived. Thanks goes to Joe Locash for the report and the solution. + Fixes #18929. + [bdubbs] - Update to libqalculate-4.9.0. Fixes #18925. diff --git a/server/mail/sendmail.xml b/server/mail/sendmail.xml index 1edfca6d65..5e73e61aa8 100644 --- a/server/mail/sendmail.xml +++ b/server/mail/sendmail.xml @@ -130,7 +130,7 @@ install -v -m700 -d /var/spool/mqueue cat >> devtools/Site/site.config.m4 << "EOF" 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') EOF