[ntp:bk-ntp-dev-send] BitKeeper diffs
Harlan Stenn
stenn at whimsy.udel.edu
Thu Feb 4 04:26:53 UTC 2010
#### ChangeSet ####
2010-02-03 05:28:18-05:00, stenn at whimsy.udel.edu
[Bug 1474] ntp_keygen needs LCRYPTO after libntp.a
==== ChangeLog ====
2010-02-03 05:24:58-05:00, stenn at whimsy.udel.edu +1 -0
[Bug 1474] ntp_keygen needs LCRYPTO after libntp.a
--- 1.496.26.34/ChangeLog 2010-02-02 23:58:29 -05:00
+++ 1.496.26.35/ChangeLog 2010-02-03 05:24:58 -05:00
@@ -4,6 +4,7 @@
* [Bug 1467] Fix bogus rebuild of sntp/sntp.html
* [Bug 1470] "make distdir" in $srcdir builds keyword-gen, libntp.a.
* [Bug 1473] "make distcheck" before build can't make sntp/version.m4.
+* [Bug 1474] ntp_keygen needs LCRYPTO after libntp.a.
* Convert many sprintf() calls to snprintf(), also strcpy(), strcat().
* Fix widely cut-n-pasted bug in refclock shutdown after failed start.
* Remove some dead code checking for emalloc() returning NULL.
==== util/Makefile.am ====
2010-02-03 05:25:04-05:00, stenn at whimsy.udel.edu +1 -1
[Bug 1474] ntp_keygen needs LCRYPTO after libntp.a
--- 1.45.1.3/util/Makefile.am 2009-12-30 00:48:35 -05:00
+++ 1.45.1.4/util/Makefile.am 2010-02-03 05:25:04 -05:00
@@ -20,7 +20,7 @@ AM_CPPFLAGS= -I$(top_srcdir)/include -I$
# LDADD might need RESLIB and ADJLIB
LDADD= ../libntp/libntp.a
ntp_keygen_SOURCES = ntp-keygen.c ntp-keygen-opts.c ntp-keygen-opts.h
-ntp_keygen_LDADD= @LCRYPTO@ $(LIBOPTS_LDADD) ../libntp/libntp.a
+ntp_keygen_LDADD= $(LIBOPTS_LDADD) ../libntp/libntp.a @LCRYPTO@
ETAGS_ARGS= Makefile.am
#EXTRA_DIST= README TAGS
More information about the bk-ntp-dev-send
mailing list