summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2010-03-04 05:53:06 +0000
committergshapiro <gshapiro@FreeBSD.org>2010-03-04 05:53:06 +0000
commit84da4b599ed61cf1877c841d5641ba2a6f1e7b3d (patch)
tree47d1a732f635ae242e9ed9f357d3c70deb024df2 /lib
parent5eff74740cfb1a7eb8dd156d9d93ef9c08952350 (diff)
downloadFreeBSD-src-84da4b599ed61cf1877c841d5641ba2a6f1e7b3d.zip
FreeBSD-src-84da4b599ed61cf1877c841d5641ba2a6f1e7b3d.tar.gz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/libsm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile
index ae76e91..ce590d7 100644
--- a/lib/libsm/Makefile
+++ b/lib/libsm/Makefile
@@ -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
OpenPOWER on IntegriCloud