]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
configure: include SECHASH in chronyc features
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 20 Mar 2018 08:41:53 +0000 (09:41 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 28 Mar 2018 14:57:48 +0000 (16:57 +0200)
chronyc is linked with the crypto library and the keygen command checks
if the specified hash function is known.

configure

index a97ac786735fd4216e8d54fd0c99fad71c11f554..03e7059edf3d87cd49398fcc5d6735679d496a45 100755 (executable)
--- a/configure
+++ b/configure
@@ -967,9 +967,9 @@ add_def DEFAULT_USER "\"$default_user\""
 add_def DEFAULT_COMMAND_SOCKET "\"$CHRONYRUNDIR/chronyd.sock\""
 add_def MAIL_PROGRAM "\"$mail_program\""
 
-common_features="`get_features IPV6 DEBUG`"
+common_features="`get_features SECHASH IPV6 DEBUG`"
 chronyc_features="`get_features READLINE`"
-chronyd_features="`get_features CMDMON NTP REFCLOCK RTC PRIVDROP SCFILTER SECHASH SIGND ASYNCDNS`"
+chronyd_features="`get_features CMDMON NTP REFCLOCK RTC PRIVDROP SCFILTER SIGND ASYNCDNS`"
 add_def CHRONYC_FEATURES "\"$chronyc_features $common_features\""
 add_def CHRONYD_FEATURES "\"$chronyd_features $common_features\""
 echo "Features : $chronyd_features $chronyc_features $common_features"