Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 13:29:51 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r309805 - head/share/mk
Message-ID:  <201612101329.uBADTpwH063898@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Dec 10 13:29:51 2016
New Revision: 309805
URL: https://svnweb.freebsd.org/changeset/base/309805

Log:
  Make WITHOUT_CAPSICUM implying WITHOUT_CASPER
  
  PR:		214562
  Reported by:	dewayne@heuristicsystems.com.au
  MFC after:	2 days

Modified:
  head/share/mk/src.opts.mk

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Sat Dec 10 13:25:42 2016	(r309804)
+++ head/share/mk/src.opts.mk	Sat Dec 10 13:29:51 2016	(r309805)
@@ -311,6 +311,10 @@ MK_LLVM_LIBUNWIND:=	no
 MK_GDB:=	no
 .endif
 
+.if ${MK_CAPSICUM} == "no"
+MK_CASPER:=	no
+.endif
+
 .if ${MK_LIBPTHREAD} == "no"
 MK_LIBTHR:=	no
 .endif



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