]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed build of ntp.
authorStefan Schantl <Stevee@ipfire.org>
Thu, 21 May 2009 18:05:05 +0000 (20:05 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Thu, 21 May 2009 18:05:05 +0000 (20:05 +0200)
I fixed a problem compiling ntp, a function was also used by glibc 2.10.

lfs/ntp

diff --git a/lfs/ntp b/lfs/ntp
index 754fb57a00f5a53e10d38ec17e222c9ba00b9be1..69c77da6b18f1db3d3a96ca7483aa479cfc2a867 100644 (file)
--- 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
 ###############################################################################