mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-15 21:43:00 +02:00
add compile options for DCF77-Clocks
This commit is contained in:
3
lfs/ntp
3
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
|
||||
|
||||
Reference in New Issue
Block a user