[Buildroot] [PATCH 1/1] package/apr-util: needs engine support when build with libopenssl
Bernd Kuhls
bernd at kuhls.net
Thu Jun 27 22:26:57 UTC 2024
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 <bernd at kuhls.net>
---
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
--
2.39.2
More information about the buildroot
mailing list