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
Wed, Feb 5, 4:49 PM (21 h, 56 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16477402
Default Alt Text
D38757.diff (395 B)

Event Timeline