ntp: fix build failure
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 15 May 2010 14:40:07 +0000 (16:40 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 20 May 2010 20:34:29 +0000 (22:34 +0200)
commita4051d9db88d5cf789d64d973efd0f91fc741f6e
tree88c54462812f5a4a23ed7c7af31b21b32c746b4f
parent362791a7c18bf2c2528334543cb7baf36c4a89fe
ntp: fix build failure

This patch adds a patch to NTP to fix the following build failure,
using a workaround patch found on the Fedora bugzilla:

ntp_loopfilter.c: In function 'local_clock':
ntp_loopfilter.c:571: error: 'MOD_NANO' undeclared (first use in this function)
ntp_loopfilter.c:571: error: (Each undeclared identifier is reported only once
ntp_loopfilter.c:571: error: for each function it appears in.)
ntp_loopfilter.c: In function 'loop_config':
ntp_loopfilter.c:896: error: 'MOD_NANO' undeclared (first use in this function)

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ntp/ntp-4.2.4_p5-nano.patch [new file with mode: 0644]