Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2011 09:15:42 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223586 - in head/sbin: hastctl hastd
Message-ID:  <201106270915.p5R9FgsB089990@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Mon Jun 27 09:15:41 2011
New Revision: 223586
URL: http://svn.freebsd.org/changeset/base/223586

Log:
  Compile hastd and hastctl with capsicum support.
  
  X-MFC after:	capsicum merge

Modified:
  head/sbin/hastctl/Makefile
  head/sbin/hastd/Makefile

Modified: head/sbin/hastctl/Makefile
==============================================================================
--- head/sbin/hastctl/Makefile	Mon Jun 27 09:14:25 2011	(r223585)
+++ head/sbin/hastctl/Makefile	Mon Jun 27 09:15:41 2011	(r223586)
@@ -21,6 +21,7 @@ MAN=	hastctl.8
 
 NO_WFORMAT=
 CFLAGS+=-I${.CURDIR}/../hastd
+CFLAGS+=-DHAVE_CAPSICUM
 CFLAGS+=-DINET
 .if ${MK_INET6_SUPPORT} != "no"
 CFLAGS+=-DINET6

Modified: head/sbin/hastd/Makefile
==============================================================================
--- head/sbin/hastd/Makefile	Mon Jun 27 09:14:25 2011	(r223585)
+++ head/sbin/hastd/Makefile	Mon Jun 27 09:15:41 2011	(r223586)
@@ -20,8 +20,9 @@ SRCS+=	y.tab.h
 MAN=	hastd.8 hast.conf.5
 
 NO_WFORMAT=
-CFLAGS+=-DPROTO_TCP_DEFAULT_PORT=8457
 CFLAGS+=-I${.CURDIR}
+CFLAGS+=-DHAVE_CAPSICUM
+CFLAGS+=-DPROTO_TCP_DEFAULT_PORT=8457
 CFLAGS+=-DINET
 .if ${MK_INET6_SUPPORT} != "no"
 CFLAGS+=-DINET6



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