package/ntp: add support for libressl
authorBernd Kuhls <bernd.kuhls@t-online.de>
Mon, 2 Apr 2018 11:58:29 +0000 (13:58 +0200)
committerThomas 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

index b5e2c1e026fe77388644c2a7ccacb31081dbd311..77bb33a42f326e24a4a19223c24922bc27ebd1f1 100644 (file)
@@ -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