From 55a126c8292eec04126bc5df8b6023d9682d7eac Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Fri, 28 Jun 2024 00:26:57 +0200 Subject: [PATCH] package/apr-util: needs engine support when built with libopenssl Buildroot commit 623d3bbe43e9193aa8e3395367d01af59071b859 disables engine support when BR2_PACKAGE_LIBOPENSSL_ENGINES is not set. Fixes: http://autobuild.buildroot.net/results/e472618ca9ff4a3cf460f607a8dfa317832ca622/ Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard (cherry picked from commit 3d46d9760b97f1782f0f1f617682c18864b5e2b2) Signed-off-by: Peter Korsgaard --- package/apr-util/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/apr-util/Config.in b/package/apr-util/Config.in index c1a967bdec..f7c119db48 100644 --- a/package/apr-util/Config.in +++ b/package/apr-util/Config.in @@ -5,6 +5,7 @@ config BR2_PACKAGE_APR_UTIL depends on BR2_USE_MMU # apr select BR2_PACKAGE_APR select BR2_PACKAGE_EXPAT + select BR2_PACKAGE_LIBOPENSSL_ENGINES if BR2_PACKAGE_LIBOPENSSL help The utility library for the apache runtime project