Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145485129
D17971.id50355.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
506 B
Referenced Files
None
Subscribers
None
D17971.id50355.diff
View Options
Index: tools/build/Makefile
===================================================================
--- tools/build/Makefile
+++ tools/build/Makefile
@@ -48,6 +48,14 @@
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
+.endif
+
.if empty(SRCS)
SRCS= dummy.c
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 21, 10:34 AM (26 m, 9 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28920349
Default Alt Text
D17971.id50355.diff (506 B)
Attached To
Mode
D17971: Add capsicum_helpers.h to -legacy if needed
Attached
Detach File
Event Timeline
Log In to Comment