mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 21:13:11 +01:00
Enable the use of nanosleep() instead of using pause() and signals.
This Makefile change can be removed when the next version of sendmail is imported as it will have this built in to the FreeBSD conf.h section. Submitted by: John Marshall MFC after: 3 days
This commit is contained in:
parent
cefb7b77f8
commit
f37de12bbb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204691
@ -7,6 +7,7 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
||||
|
||||
CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I.
|
||||
CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL
|
||||
CFLAGS+=-DHAVE_NANOSLEEP
|
||||
|
||||
.if ${MK_INET6_SUPPORT} != "no"
|
||||
CFLAGS+=-DNETINET6
|
||||
|
Loading…
Reference in New Issue
Block a user