package/netsnmp: requires DES support in openssl
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 12 Jun 2021 11:37:07 +0000 (13:37 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 12 Jun 2021 12:12:56 +0000 (14:12 +0200)
Enable DES in openssl to fix build failure raised since commit
a83d41867c8d69a77d5cd0a665aa216af5340359

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>
package/netsnmp/Config.in

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