From: Harlan Stenn Date: Fri, 26 Dec 2014 23:56:33 +0000 (+0000) Subject: [Bug 2693] ntp-keygen doesn't build without OpenSSL and sntp X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef734ef28a3c94039da68a125ac8d23aa915a18f;p=thirdparty%2Fntp.git [Bug 2693] ntp-keygen doesn't build without OpenSSL and sntp bk: 549df5b1gEDPVtmyXSEhQYQiorvMeQ --- diff --git a/ChangeLog b/ChangeLog index 59c467b85..a405f29e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ --- +* [Bug 2693] ntp-keygen doesn't build without OpenSSL and sntp. * [Bug 2709] see if we have a C99 compiler (not yet required). --- (4.2.8p1-beta1) 2014/12/23 Released by Harlan Stenn diff --git a/sntp/Makefile.am b/sntp/Makefile.am index 81a137a33..811d5909e 100644 --- a/sntp/Makefile.am +++ b/sntp/Makefile.am @@ -58,15 +58,16 @@ DIST_SUBDIRS = include scripts if BUILD_SNTP noinst_LIBRARIES = libsntp.a -if BUILD_LIBEVENT -SUBDIRS += libevent -DIST_SUBDIRS += libevent -endif if GTEST_AVAILABLE SUBDIRS += tests endif endif +if BUILD_LIBEVENT +SUBDIRS += libevent +DIST_SUBDIRS += libevent +endif + if NEED_LIBOPTS SUBDIRS += libopts endif