mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 02:05:07 -05:00
ntp: add functions for parsing extension fields
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -483,7 +483,7 @@ fi
|
||||
|
||||
if [ $feat_ntp = "1" ]; then
|
||||
add_def FEAT_NTP
|
||||
EXTRA_OBJECTS="$EXTRA_OBJECTS ntp_core.o ntp_io.o ntp_sources.o"
|
||||
EXTRA_OBJECTS="$EXTRA_OBJECTS ntp_core.o ntp_ext.o ntp_io.o ntp_sources.o"
|
||||
if [ $feat_ntp_signd = "1" ]; then
|
||||
add_def FEAT_SIGND
|
||||
EXTRA_OBJECTS="$EXTRA_OBJECTS ntp_signd.o"
|
||||
|
||||
Reference in New Issue
Block a user