svn commit: r309805 - head/share/mk

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 10 13:29:52 UTC 2016


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 at 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


More information about the svn-src-all mailing list