wok rev 4275

ntp: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 26 00:06:13 2009 +0200 (2009-09-26)
parents 8499519207e2
children 967b60d00488
files ntp/receipt
line diff
     1.1 --- a/ntp/receipt	Fri Sep 25 23:49:23 2009 +0200
     1.2 +++ b/ntp/receipt	Sat Sep 26 00:06:13 2009 +0200
     1.3 @@ -15,6 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	sed -i 's/MOD_NANO/0/' ntpd/ntp_loopfilter.c
     1.8  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.9  	--sysconfdir=/etc --localstatedir=/var \
    1.10  	--mandir=/usr/share/man $CONFIGURE_ARGS && \