From 2a52816a8883f8bb6d95b3ee8f3be9ddde0a71a4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 24 Mar 2025 04:28:55 +0100 Subject: fix build when SSL headers are not installed on the build host --- target/config/Config.in.tools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/config') diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index cdeeb90ed..d60b42a08 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -39,9 +39,9 @@ config ADK_HOST_BUILD_LIBTOOL bool default y -config ADK_HOST_BUILD_LIBRESSL +config ADK_HOST_BUILD_OPENSSL bool - default n + default y config ADK_HOST_BUILD_PKGCONF bool -- cgit v1.2.3