Include caph_rights_limit() in libegacy if need be.

Reported by:	jenkins
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2019-08-01 19:26:16 +00:00
parent 7959685201
commit fbe12f2085
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350519

View File

@ -51,8 +51,9 @@ SRCS+= explicit_bzero.c
.if exists(/usr/include/capsicum_helpers.h)
_WITH_CAPH_ENTER!= grep -c caph_enter /usr/include/capsicum_helpers.h || true
_WITH_CAPH_RIGHTS_LIMIT!= grep -c caph_rights_limit /usr/include/capsicum_helpers.h || true
.endif
.if !defined(_WITH_CAPH_ENTER) || ${_WITH_CAPH_ENTER} == 0
.if !defined(_WITH_CAPH_ENTER) || ${_WITH_CAPH_ENTER} == 0 || ${_WITH_CAPH_RIGHTS_LIMIT} == 0
.PATH: ${SRCTOP}/lib/libcapsicum
INCS+= capsicum_helpers.h
.PATH: ${SRCTOP}/lib/libcasper/libcasper