mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
package/apr-util: needs engine support when built with libopenssl
Buildroot commit623d3bbe43disables engine support when BR2_PACKAGE_LIBOPENSSL_ENGINES is not set. Fixes: http://autobuild.buildroot.net/results/e472618ca9ff4a3cf460f607a8dfa317832ca622/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit3d46d9760b) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
453ed0edfe
commit
55a126c829
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user