projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c72c8
)
package/ntp: add support for libressl
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Mon, 2 Apr 2018 11:58:29 +0000
(13:58 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Mon, 2 Apr 2018 16:29:46 +0000
(18:29 +0200)
Ntp builds fine with current libressl 2.7.2.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ntp/ntp.mk
patch
|
blob
|
history
diff --git
a/package/ntp/ntp.mk
b/package/ntp/ntp.mk
index b5e2c1e026fe77388644c2a7ccacb31081dbd311..77bb33a42f326e24a4a19223c24922bc27ebd1f1 100644
(file)
--- a/
package/ntp/ntp.mk
+++ b/
package/ntp/ntp.mk
@@
-22,7
+22,7
@@
NTP_CONF_OPTS = \
# 0002-ntp-syscalls-fallback.patch
NTP_AUTORECONF = YES
-ifeq ($(BR2_PACKAGE_
LIB
OPENSSL),y)
+ifeq ($(BR2_PACKAGE_OPENSSL),y)
NTP_CONF_OPTS += --with-crypto --enable-openssl-random
NTP_DEPENDENCIES += openssl
else