From 779fc8e6848e8195c2f6570a05d274514e48cf79 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Mon, 2 Apr 2018 13:58:29 +0200 Subject: [PATCH] package/ntp: add support for libressl Ntp builds fine with current libressl 2.7.2. Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- 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 b5e2c1e026..77bb33a42f 100644 --- 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_LIBOPENSSL),y) +ifeq ($(BR2_PACKAGE_OPENSSL),y) NTP_CONF_OPTS += --with-crypto --enable-openssl-random NTP_DEPENDENCIES += openssl else