From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/openntpd/patches/patch-configure_ac | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/openntpd/patches/patch-configure_ac (limited to 'package/openntpd/patches/patch-configure_ac') diff --git a/package/openntpd/patches/patch-configure_ac b/package/openntpd/patches/patch-configure_ac new file mode 100644 index 000000000..aa98cb71d --- /dev/null +++ b/package/openntpd/patches/patch-configure_ac @@ -0,0 +1,18 @@ +$Id$ + + part of the "adjtime-linux" patch + +--- openntpd-3.9p1.orig/configure.ac 2006-05-14 05:29:23.000000000 +0000 ++++ openntpd-3.9p1/configure.ac 2007-01-28 20:49:48.000000000 +0000 +@@ -617,6 +617,11 @@ else + fi + AC_SUBST(mansubdir) + ++AC_ARG_WITH(adjtimex, ++ [ --with-adjtimex Use adjtimex to adjust kernel skew], ++ [ AC_DEFINE(USE_ADJTIMEX, [], [Use adjust skew with adjtimex (experimental)]) ] ++) ++ + # Search for OpenSSL if required. + if test "$ac_cv_func_arc4random" != "yes" && test "x$builtin_arc4random" != "xyes"; then + saved_CPPFLAGS="$CPPFLAGS" -- cgit v1.2.3