Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140115302
D52382.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
461 B
Referenced Files
None
Subscribers
None
D52382.diff
View Options
diff --git a/tools/build/Makefile b/tools/build/Makefile
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -378,7 +378,10 @@
SYSINCS+= ${SRCTOP}/sys/sys/kbio.h
# for kldxref:
SYSINCS+= ${SRCTOP}/sys/sys/module.h
-.if ${.MAKE.OS} != "FreeBSD"
+.if ${.MAKE.OS} == "FreeBSD"
+# for certctl, which relies on modern sysctl.h defining size_t for itself:
+SYSINCS+= ${SRCTOP}/sys/sys/sysctl.h
+.else
# for libmd:
SYSINCS+= ${SRCTOP}/sys/sys/md4.h
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 21, 10:49 AM (15 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27111785
Default Alt Text
D52382.diff (461 B)
Attached To
Mode
D52382: tools/build: Provide modern sysctl.h for bootstrap tools
Attached
Detach File
Event Timeline
Log In to Comment