|
@@ -29,7 +29,7 @@ NTP_CONF_OPTS = \
|
|
NTP_AUTORECONF = YES
|
|
NTP_AUTORECONF = YES
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
-NTP_CONF_OPTS += --with-crypto --enable-openssl-random
|
|
|
|
|
|
+NTP_CONF_OPTS += --with-crypto --enable-openssl-random --enable-verbose-ssl
|
|
NTP_DEPENDENCIES += openssl
|
|
NTP_DEPENDENCIES += openssl
|
|
else
|
|
else
|
|
NTP_CONF_OPTS += --without-crypto --disable-openssl-random
|
|
NTP_CONF_OPTS += --without-crypto --disable-openssl-random
|