From: Harlan Stenn Date: Wed, 3 Feb 2010 10:28:18 +0000 (-0500) Subject: [Bug 1474] ntp_keygen needs LCRYPTO after libntp.a X-Git-Tag: NTP_4_2_6P1_RC4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35f498c8078af46d3e60fd0746df82b4aed1265e;p=thirdparty%2Fntp.git [Bug 1474] ntp_keygen needs LCRYPTO after libntp.a bk: 4b694fc2Q4DpkC-Ks0QXgP1LKQXnOg --- diff --git a/ChangeLog b/ChangeLog index 7860c17ba..3d2cd1f83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/util/Makefile.am b/util/Makefile.am index 3be9cd4ec..94dc975e5 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -20,7 +20,7 @@ AM_CPPFLAGS= -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \ # 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