From: Dave Hart Date: Mon, 13 Apr 2009 20:20:58 +0000 (+0000) Subject: configure.ac, ChangeLog: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f97abc3bf1d3be75902ddfaea7034b93d1fb6c8b;p=thirdparty%2Fntp.git configure.ac, ChangeLog: [Bug 1152] temporarily disable refclock_parse and refclock_true until maintainers repair pps_sample() build break bk: 49e39eaacxykloEIUFqgnaRdKiKfXA --- diff --git a/ChangeLog b/ChangeLog index 3ebfe866a9..c7c3f1dc15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +* [Bug 1152] temporarily disable refclock_parse, refclock_true until + maintainers can repair build break from pps_sample() (4.2.5p163) 2009/04/10 Released by Harlan Stenn (4.2.5p162) 2009/04/09 Released by Harlan Stenn * Documentation updates from Dave Mills. diff --git a/configure.ac b/configure.ac index 32cbb16472..739d3f458e 100644 --- a/configure.ac +++ b/configure.ac @@ -2761,6 +2761,7 @@ AC_ARG_ENABLE(TRUETIME, ;; *) ntp_ok=$ntp_eac + ntp_ok="disabled pps_sample() gone" # delete this line alone ;; esac]) if test "$ntp_ok" = "yes"; then @@ -3051,14 +3052,16 @@ AC_MSG_CHECKING(if we need to make and use the parse libraries) ans=no case "$ntp_libparse" in yes) + ans=["disabled, pps_sample() has left"] +;; +disabled) # due to pps_sample disappearance delete these lines + # and the preceding two leaving yes) ans=yes ans=yes AC_DEFINE(CLOCK_PARSE, 1, [PARSE driver interface]) LIBPARSE=../libparse/libparse.a MAKE_LIBPARSE=libparse.a # HMS: check_y2k trips the 34 year problem now... false && MAKE_CHECK_Y2K=check_y2k - AC_DEFINE(PPS_SAMPLE, 1, [PPS auxiliary interface for ATOM?]) - AC_DEFINE(CLOCK_ATOM) ;; esac AC_MSG_RESULT($ans)