remove utimes() workarounds
With the addition of utimes(), we can remove the workarounds and use the original NetBSD code for timestamping files. Also restore use of -p & -r for install while building
This commit is contained in:
2
external/bsd/file/include/config.h
vendored
2
external/bsd/file/include/config.h
vendored
@@ -172,7 +172,7 @@
|
||||
#define HAVE_UTIME 1
|
||||
|
||||
/* Define to 1 if you have the `utimes' function. */
|
||||
/* #undef HAVE_UTIMES */
|
||||
#define HAVE_UTIMES 1
|
||||
|
||||
/* Define to 1 if you have the <utime.h> header file. */
|
||||
#define HAVE_UTIME_H 1
|
||||
|
||||
@@ -242,7 +242,7 @@
|
||||
/* #undef HAVE_FUTIMENS */
|
||||
|
||||
/* Define to 1 if you have the `futimes' function. */
|
||||
/* #define HAVE_FUTIMES 1 */
|
||||
#define HAVE_FUTIMES 1
|
||||
|
||||
/* Define to 1 if you have the `geteuid' function. */
|
||||
#define HAVE_GETEUID 1
|
||||
@@ -351,7 +351,7 @@
|
||||
/* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
|
||||
|
||||
/* Define to 1 if you have the `lutimes' function. */
|
||||
/* #define HAVE_LUTIMES 1 */
|
||||
#define HAVE_LUTIMES 1
|
||||
|
||||
/* Define to 1 if you have the <lzmadec.h> header file. */
|
||||
/* #undef HAVE_LZMADEC_H */
|
||||
@@ -570,7 +570,7 @@
|
||||
/* #undef HAVE_UTIMENSAT */
|
||||
|
||||
/* Define to 1 if you have the `utimes' function. */
|
||||
/* #define HAVE_UTIMES 1 */
|
||||
#define HAVE_UTIMES 1
|
||||
|
||||
/* Define to 1 if you have the <utime.h> header file. */
|
||||
#define HAVE_UTIME_H 1
|
||||
|
||||
4
external/public-domain/xz/include/config.h
vendored
4
external/public-domain/xz/include/config.h
vendored
@@ -90,7 +90,7 @@
|
||||
#define HAVE_FCNTL_H 1
|
||||
|
||||
/* Define to 1 if you have the `futimens' function. */
|
||||
/* #undef HAVE_FUTIMENS */
|
||||
#define HAVE_FUTIMENS 1
|
||||
|
||||
/* Define to 1 if you have the `futimes' function. */
|
||||
#define HAVE_FUTIMES 1
|
||||
@@ -186,7 +186,7 @@
|
||||
/* #undef HAVE_UTIME */
|
||||
|
||||
/* Define to 1 if you have the `utimes' function. */
|
||||
/* #undef HAVE_UTIMES */
|
||||
#define HAVE_UTIMES 1
|
||||
|
||||
/* Define to 1 if you have the `wcwidth' function. */
|
||||
#define HAVE_WCWIDTH 1
|
||||
|
||||
Reference in New Issue
Block a user