Page MenuHomeFreeBSD

D38757.diff
No OneTemporary

D38757.diff

diff --git a/tools/build/Makefile b/tools/build/Makefile
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -68,7 +68,11 @@
SRCS+= reallocarray.c
.endif
+.if exists(${HOST_INCLUDE_ROOT}/sys/stat.h)
_WITH_UTIMENS!= grep -c utimensat ${HOST_INCLUDE_ROOT}/sys/stat.h || true
+.else
+_WITH_UTIMENS= 0
+.endif
.if ${_WITH_UTIMENS} == 0
SYSINCS+= stat.h
SRCS+= futimens.c utimensat.c

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 7, 12:37 AM (14 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14481181
Default Alt Text
D38757.diff (395 B)

Event Timeline