Page MenuHomeFreeBSD

D17971.id.diff
No OneTemporary

D17971.id.diff

Index: head/tools/build/Makefile
===================================================================
--- head/tools/build/Makefile
+++ head/tools/build/Makefile
@@ -48,6 +48,16 @@
SRCS+= explicit_bzero.c
.endif
+.if exists(/usr/include/capsicum_helpers.h)
+_WITH_CAPH_ENTER!= grep -c caph_enter /usr/include/capsicum_helpers.h || true
+.endif
+.if !defined(_WITH_CAPH_ENTER) || ${_WITH_CAPH_ENTER} == 0
+.PATH: ${SRCTOP}/lib/libcapsicum
+INCS+= capsicum_helpers.h
+.PATH: ${SRCTOP}/lib/libcasper/libcasper
+INCS+= libcasper.h
+.endif
+
.if empty(SRCS)
SRCS= dummy.c
.endif

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 7, 9:20 PM (5 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36134564
Default Alt Text
D17971.id.diff (584 B)

Event Timeline