package/xml-security-c: requires DES support in openssl

Enable DES in openssl to fix build failure raised since the addition of
the package in bbda38afbb

Fixes:
 - http://autobuild.buildroot.org/results/fb9252de77e020182fea7e9011a3e402c49d926b

Tested-by: Matthew Weber <matthew.weber@collins.com>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2021-07-30 14:41:21 +02:00 committed by Thomas Petazzoni
parent 88b07f86be
commit a19d00e772

View File

@ -3,6 +3,7 @@ config BR2_PACKAGE_XML_SECURITY_C
depends on BR2_INSTALL_LIBSTDCPP # xerces
depends on BR2_USE_WCHAR # xerces
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_XERCES
help