diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-04-02 13:58:29 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-02 18:29:46 +0200 |
commit | 779fc8e6848e8195c2f6570a05d274514e48cf79 (patch) | |
tree | 13501e7a71603b0cb02356fea3221765a18193e0 | |
parent | a5c72c86baff42c869f6b0c264e01d53a80c10d8 (diff) | |
download | buildroot-779fc8e6848e8195c2f6570a05d274514e48cf79.tar.gz buildroot-779fc8e6848e8195c2f6570a05d274514e48cf79.zip |
package/ntp: add support for libressl
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>
-rw-r--r-- | package/ntp/ntp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |