Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2010 02:04:59 +0000 (UTC)
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org
Subject:   svn commit: r204817 - stable/6/lib/libsm
Message-ID:  <201003070204.o2724xe8004326@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gshapiro
Date: Sun Mar  7 02:04:59 2010
New Revision: 204817
URL: http://svn.freebsd.org/changeset/base/204817

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

Modified:
  stable/6/lib/libsm/Makefile
Directory Properties:
  stable/6/lib/libsm/   (props changed)

Modified: stable/6/lib/libsm/Makefile
==============================================================================
--- stable/6/lib/libsm/Makefile	Sun Mar  7 02:03:25 2010	(r204816)
+++ stable/6/lib/libsm/Makefile	Sun Mar  7 02:04:59 2010	(r204817)
@@ -5,6 +5,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 !defined(NO_INET6)
 CFLAGS+=-DNETINET6



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003070204.o2724xe8004326>