Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2023 17:34:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 274654] Cannot rebuild Sendmail with OpenSSL 3.0 on FreeBSD 12.4-RELEASE
Message-ID:  <bug-274654-227-fqtNngGJqN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274654-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274654-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274654

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=3D-I/usr/local/include -DSASL=3D2

After correcting to:
SENDMAIL_CFLAGS=3D-I/usr/local/include/sasl -DSASL

Sendmail be builded and work fine.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274654-227-fqtNngGJqN>