mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 22:12:43 +00:00
Use fixed date/time (the time choosen was the time the import was done on
-HEAD) in libntp so we can make reproducible build. PR: bin/201661 Reviewed by: gjb, cy, roberto MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D3122
This commit is contained in:
parent
eda4aaeb3f
commit
788aa07e34
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285701
@ -1782,3 +1782,8 @@ typedef union mpinfou {
|
|||||||
# endif
|
# endif
|
||||||
#endif /* !defined(_KERNEL) && !defined(PARSESTREAM) */
|
#endif /* !defined(_KERNEL) && !defined(PARSESTREAM) */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* FreeBSD specific: Explicitly specify date/time for reproducible build.
|
||||||
|
*/
|
||||||
|
#define MKREPRO_DATE "Jul 04 2015"
|
||||||
|
#define MKREPRO_TIME "15:42:16"
|
||||||
|
Loading…
Reference in New Issue
Block a user