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
This commit is contained in:
parent
179248cffd
commit
b3775fddfb
@ -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"
|
||||
|
@ -27,8 +27,8 @@ SRCS= cmd_args.c ntp_config.c ntp_control.c ntp_crypto.c ntp_filegen.c \
|
||||
refclock_tt560.c refclock_ulink.c refclock_wwv.c refclock_wwvb.c \
|
||||
refclock_zyfer.c version.c
|
||||
|
||||
DPADD= ${LIBPARSE} ${LIBNTP} ${LIBM} ${LIBMD} ${LIBOPTS} ${LIBPTHREAD}
|
||||
LDADD= ${LIBPARSE} ${LIBNTP} -lm -lmd ${LIBOPTS} -lpthread
|
||||
DPADD= ${LIBPARSE} ${LIBNTP} ${LIBM} ${LIBOPTS} ${LIBPTHREAD}
|
||||
LDADD= ${LIBPARSE} ${LIBNTP} -lm ${LIBOPTS} -lpthread
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/ntpd \
|
||||
-I${.CURDIR}/../../../contrib/ntp/include \
|
||||
|
Loading…
x
Reference in New Issue
Block a user