Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102060292
D39289.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
524 B
Referenced Files
None
Subscribers
None
D39289.diff
View Options
diff --git a/tools/build/Makefile b/tools/build/Makefile
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -78,7 +78,7 @@
SRCS+= futimens.c utimensat.c
.endif
-_WITH_EXPLICIT_BZERO!= grep -c explicit_bzero ${HOST_INCLUDE_ROOT}/strings.h || true
+_WITH_EXPLICIT_BZERO!= cat ${HOST_INCLUDE_ROOT}/strings.h ${HOST_INCLUDE_ROOT}/string.h | grep -c explicit_bzero || true
.if ${_WITH_EXPLICIT_BZERO} == 0
# .PATH: ${SRCTOP}/sys/libkern
# Adding sys/libkern to .PATH breaks building the cross-build compat library
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 3:11 AM (10 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14526431
Default Alt Text
D39289.diff (524 B)
Attached To
Mode
D39289: build: glibc on Linux defines explicit_bzero in <string.h>.
Attached
Detach File
Event Timeline
Log In to Comment