From: Stefan Schantl Date: Thu, 21 May 2009 18:05:05 +0000 (+0200) Subject: Fixed build of ntp. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bade01f7816a2d207575009b49aee8cf562b8d5;p=ipfire-3.x.git Fixed build of ntp. I fixed a problem compiling ntp, a function was also used by glibc 2.10. --- diff --git a/lfs/ntp b/lfs/ntp index 754fb57a0..69c77da6b 100644 --- a/lfs/ntp +++ b/lfs/ntp @@ -39,6 +39,8 @@ DEPS = openssl OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CFLAGS += -DMOD_NANO + ############################################################################### # Top-level Rules ###############################################################################