# HG changeset patch
# User Pascal Bellard <pascal.bellard@slitaz.org>
# Date 1253916373 -7200
# Node ID 870e9cbd99f28a5dc989b72497ad0a5df6de131a
# Parent  8499519207e26580887d0e9a5b588452dff64fad
ntp: fix build

diff -r 8499519207e2 -r 870e9cbd99f2 ntp/receipt
--- a/ntp/receipt	Fri Sep 25 23:49:23 2009 +0200
+++ b/ntp/receipt	Sat Sep 26 00:06:13 2009 +0200
@@ -15,6 +15,7 @@
 compile_rules()
 {
 	cd $src
+	sed -i 's/MOD_NANO/0/' ntpd/ntp_loopfilter.c
 	./configure --prefix=/usr --infodir=/usr/share/info \
 	--sysconfdir=/etc --localstatedir=/var \
 	--mandir=/usr/share/man $CONFIGURE_ARGS && \