# HG changeset patch # User Michael Schloh von Bennewitz # Date 1349375757 -7200 # Node ID 7cbb7c0c025b3e3a3b987158f68ee451814f86ee # Parent c1c5867435182cc9d86757f134be7c37a926b8eb Correct false detection of timer functions in libc(3). diff -r c1c586743518 -r 7cbb7c0c025b ntp/ntp.spec --- a/ntp/ntp.spec Thu Oct 04 20:34:54 2012 +0200 +++ b/ntp/ntp.spec Thu Oct 04 20:35:57 2012 +0200 @@ -37,7 +37,7 @@ Group: Network License: BSD-style Version: %{V_major}.%{V_minor}.%{V_micro} -Release: 20111226 +Release: 20120800 # package options %option with_fsl yes @@ -87,6 +87,9 @@ %prep %setup -q %setup -q -T -D -a 1 + %{l_shtool} subst \ + -e 's;# if defined(HAVE_TIMER_CREATE) && \(defined(HAVE_TIMER_SETTIME)\);#if \1;g' \ + ntpd/ntp_timer.c %build # configure program