* [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
* [Buildroot] [PATCH 1/1] ntp: implicitly enable openssl-random
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
1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2017-11-11 22:35 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 8 Nov 2017 08:18:39 -0500, Adam Duskett wrote:
> If OpenSSL is selected, --enable-openssl-random should be implicitly
> set as well.
So you meant "explicitly", right ?
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] ntp: implicitly enable openssl-random
2017-11-11 22:35 ` Thomas Petazzoni
@ 2017-11-22 21:55 ` Thomas Petazzoni
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-11-22 21:55 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 11 Nov 2017 23:35:06 +0100, Thomas Petazzoni wrote:
> Hello,
>
> On Wed, 8 Nov 2017 08:18:39 -0500, Adam Duskett wrote:
> > If OpenSSL is selected, --enable-openssl-random should be implicitly
> > set as well.
>
> So you meant "explicitly", right ?
Ping ?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] ntp: implicitly enable openssl-random
2017-11-08 13:18 [Buildroot] [PATCH 1/1] ntp: implicitly enable openssl-random Adam Duskett
2017-11-11 22:35 ` Thomas Petazzoni
@ 2018-02-04 15:22 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-02-04 15:22 UTC (permalink / raw)
To: buildroot
>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:
> If OpenSSL is selected, --enable-openssl-random should be implicitly
> set as well.
> Signed-off-by: Adam Duskett <aduskett@gmail.com>
Committed after fixing/extending the commit message to explain that this
is just for consistency with the disable case, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [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