From: Dave Hart Date: Sun, 13 Dec 2009 20:54:30 +0000 (+0000) Subject: Merge shiny.ad.hartbrothers.com:C:/ntp/ntp-dev-1413/..\ntp-stable-1413 X-Git-Tag: NTP_4_2_7P1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90f33c6511667045876108a4432ac77ec6023e58;p=thirdparty%2Fntp.git Merge shiny.ad.hartbrothers.com:C:/ntp/ntp-dev-1413/..\ntp-stable-1413 into shiny.ad.hartbrothers.com:C:/ntp/ntp-dev-1413 bk: 4b255486b86ebsh7GuTG-6733Ge2oQ --- 90f33c6511667045876108a4432ac77ec6023e58 diff --cc ChangeLog index 07eac66c7,ddd79f30e..27742cf95 --- a/ChangeLog +++ b/ChangeLog @@@ -1,8 -1,6 +1,11 @@@ +(4.2.7p0) 2009/12/13 Released by Harlan Stenn +* [Bug 1412] m4/os_cflags.m4 caches results that depend on $CC. +* [Bug 1414] Enable "make distcheck" success with BSD make. +(4.2.7) 2009/12/09 Released by Harlan Stenn +* [Bug 1407] configure.ac: recent GNU Make -v does not include "version". + --- + + * [Bug 1413] test OpenSSL headers regarding -Wno-strict-prototypes. --- (4.2.6) 2009/12/09 Released by Harlan Stenn diff --cc configure.ac index 56ee7d052,d89839794..147632f2a --- a/configure.ac +++ b/configure.ac @@@ -291,9 -318,28 +291,9 @@@ case "$GCC" i yes) CFLAGS="$CFLAGS -Wstrict-overflow" esac - # if building with OpenSSL, -Wno-strict-prototypes is added later + # -W[no-]strict-prototypes is added later depending on OpenSSL esac -case "$host" in - *-next-nextstep3) - CFLAGS="$CFLAGS -posix" - ;; -dnl This is currently commented out by bor. -dnl The new versions of ReliantUNIX round adjtime() interval down -dnl to 1/100s (system tick). This makes tickadj actually useless. -dnl So, I'd better not use additional flags. -dnl I leave it here just in case anybody has better idea -dnl mips-sni-sysv4* ) -dnl # -dnl # Add flags for 64 bit file access to enable tickadj to access /dev/kmem -dnl # -dnl if getconf _LFS_CFLAGS > /dev/null 2>&1 ; then -dnl CFLAGS="$CFLAGS `getconf _LFS_CFLAGS`" -dnl fi -dnl ;; -esac - ac_busted_vpath_in_make=no case "$build" in