svn commit: r204691 - head/lib/libsm

Gregory Neil Shapiro gshapiro at FreeBSD.org
Thu Mar 4 05:53:06 UTC 2010


Author: gshapiro
Date: Thu Mar  4 05:53:06 2010
New Revision: 204691
URL: http://svn.freebsd.org/changeset/base/204691

Log:
  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

Modified:
  head/lib/libsm/Makefile

Modified: head/lib/libsm/Makefile
==============================================================================
--- head/lib/libsm/Makefile	Thu Mar  4 05:37:19 2010	(r204690)
+++ head/lib/libsm/Makefile	Thu Mar  4 05:53:06 2010	(r204691)
@@ -7,6 +7,7 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/se
 
 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


More information about the svn-src-head mailing list