[Bug 274654] Cannot rebuild Sendmail with OpenSSL 3.0 on FreeBSD 12.4-RELEASE
Date: Mon, 20 Nov 2023 17:34:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274654
Andrey Bushev <busheval@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Closed
Resolution|--- |FIXED
--- Comment #2 from Andrey Bushev <busheval@gmail.com> ---
The problem was in the /etc/make.conf file in line:
SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
After correcting to:
SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
Sendmail be builded and work fine.
--
You are receiving this mail because:
You are the assignee for the bug.