net-snmp: Add PACKAGECONFIG for aes

Allows for net-snmp to be build with support for AES-192 and AES-256

Signed-off-by: Benjamin B. Frost <benjamin@geanix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Benjamin B. Frost 2026-01-25 20:47:23 +00:00 committed by Khem Raj
parent 3d238151fe
commit 70f71109d8
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -49,6 +49,7 @@ PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl"
PACKAGECONFIG[perl] = "--enable-embedded-perl --with-perl-modules=yes, --disable-embedded-perl --with-perl-modules=no, perl"
PACKAGECONFIG[smux] = ""
PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd"
PACKAGECONFIG[aes] = "--enable-blumenthal-aes,"
SYSCONTACT_DISTRO ?= "no-contact-set@example.com"