package/netsnmp: requires DES support in openssl

Enable DES in openssl to fix build failure raised since commit
a83d41867c

Fixes:
 - http://autobuild.buildroot.org/results/76ddd42cfecc596e431490747e3a32b937f95a17

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Fabrice Fontaine 2021-06-12 13:37:07 +02:00 committed by Yann E. MORIN
parent 7075cc3455
commit 89fe69225e

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_NETSNMP config BR2_PACKAGE_NETSNMP
bool "netsnmp" bool "netsnmp"
depends on BR2_USE_MMU # fork() depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
help help
Suite of applications used to implement SNMP v1, SNMP v2c, and Suite of applications used to implement SNMP v1, SNMP v2c, and
SNMP v3 using both IPv4 and IPv6. SNMP v3 using both IPv4 and IPv6.