---
+* [Bug 1412] m4/os_cflags.m4 caches results that depend on $CC.
+ * [Bug 1413] test OpenSSL headers regarding -Wno-strict-prototypes.
+* Build infrastructure updates to enable beta releases of ntp-stable.
---
(4.2.6) 2009/12/09 Released by Harlan Stenn <stenn@ntp.org>
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