summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/config.h
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-07-24 19:51:51 +0000
committerdelphij <delphij@FreeBSD.org>2015-07-24 19:51:51 +0000
commitb3775fddfbd2146ec26a22154e3d84faba49b9c7 (patch)
treea969ec47f19dabecbbdbe0edf2e38a6ec8cfb000 /usr.sbin/ntp/config.h
parent179248cffdcc96dc3126f9b4640d338b769a4b05 (diff)
downloadFreeBSD-src-b3775fddfbd2146ec26a22154e3d84faba49b9c7.zip
FreeBSD-src-b3775fddfbd2146ec26a22154e3d84faba49b9c7.tar.gz
MFC r285701:
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 Differential Revision: https://reviews.freebsd.org/D3122 While I'm there also remove libmd from linkage as reported in bin/201738 PR: bin/201738 Submitted by: John Marshall
Diffstat (limited to 'usr.sbin/ntp/config.h')
-rw-r--r--usr.sbin/ntp/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h
index 28c5c13..1aae315 100644
--- a/usr.sbin/ntp/config.h
+++ b/usr.sbin/ntp/config.h
@@ -1785,3 +1785,8 @@ typedef union mpinfou {
# endif
#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"
OpenPOWER on IntegriCloud