Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157514617
D17971.id50356.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
569 B
Referenced Files
None
Subscribers
None
D17971.id50356.diff
View Options
Index: tools/build/Makefile
===================================================================
--- tools/build/Makefile
+++ 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
Details
Attached
Mime Type
text/plain
Expires
Sat, May 23, 6:58 AM (21 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33442856
Default Alt Text
D17971.id50356.diff (569 B)
Attached To
Mode
D17971: Add capsicum_helpers.h to -legacy if needed
Attached
Detach File
Event Timeline
Log In to Comment