From: root Date: Thu, 12 Nov 2009 09:09:06 +0000 (+0100) Subject: add compile options for DCF77-Clocks X-Git-Tag: v2.9-beta1~612 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=45192ff26f1df58f9e9a46b8ced02d058949e643 add compile options for DCF77-Clocks --- diff --git a/lfs/ntp b/lfs/ntp index 966041f592..9bfe9d0175 100644 --- a/lfs/ntp +++ b/lfs/ntp @@ -71,7 +71,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --bindir=/usr/sbin \ - --sysconfdir=/etc --disable-nls + --sysconfdir=/etc --disable-nls \ + -enable-all-clocks --enable-parse-clocks cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install -mkdir /etc/ntp