mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
sendmail: Remove runtime dependency on clang
etc/mail/Makefile includes bsd.own.mk, which includes bsd.compiler.mk, which fails with an error if it can't locate a C compiler. Set _WITHOUT_SRCCONF=yes before including bsd.own.mk to disable this behaviour. Reviewed by: gshapiro Differential Revision: https://reviews.freebsd.org/D52134
This commit is contained in:
parent
50efb5789d
commit
e957c041d7
1 changed files with 3 additions and 1 deletions
|
|
@ -241,5 +241,7 @@ restart restart-mta restart-mspq:
|
|||
.include "Makefile.local"
|
||||
.endif
|
||||
|
||||
# For the definition of $SHAREMODE
|
||||
# For the definition of $SHAREMODE. Define _WITHOUT_SRCCONF to prevent this
|
||||
# including <bsd.compiler.mk>, which requires clang.
|
||||
_WITHOUT_SRCCONF=yes
|
||||
.include <bsd.own.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue