Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] ntp: implicitly enable openssl-random
@ 2017-11-08 13:18 Adam Duskett
  2017-11-11 22:35 ` Thomas Petazzoni
  2018-02-04 15:22 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Adam Duskett @ 2017-11-08 13:18 UTC (permalink / raw)
  To: buildroot

If OpenSSL is selected, --enable-openssl-random should be implicitly
set as well.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
 package/ntp/ntp.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ntp/ntp.mk b/package/ntp/ntp.mk
index 6605c3b85b..26d186e976 100644
--- a/package/ntp/ntp.mk
+++ b/package/ntp/ntp.mk
@@ -24,7 +24,7 @@ NTP_CONF_OPTS = \
 NTP_AUTORECONF = YES
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
-NTP_CONF_OPTS += --with-crypto
+NTP_CONF_OPTS += --with-crypto --enable-openssl-random
 NTP_DEPENDENCIES += openssl
 else
 NTP_CONF_OPTS += --without-crypto --disable-openssl-random
-- 
2.13.6

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-04 15:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-08 13:18 [Buildroot] [PATCH 1/1] ntp: implicitly enable openssl-random Adam Duskett
2017-11-11 22:35 ` Thomas Petazzoni
2017-11-22 21:55   ` Thomas Petazzoni
2018-02-04 15:22 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox