package/netsnmp: unix domain socket transport
authorRyan Steffens <ryan.steffens@rockwellcollins.com>
Tue, 14 Apr 2020 17:55:00 +0000 (12:55 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 18 Apr 2020 16:20:52 +0000 (18:20 +0200)
The support for Unix domain socket transport was disabled as part of
the bump of netsnmp from 5.5 to 5.6 in commit
de642c9904b13914017af6f10db144d559d6bd0c, but with no apparent reason.

This support is needed to allow Unix socket based AgentX subagents to
connect to netsnmp, so let's re-enable it.

Signed-off-by: Ryan Steffens <ryan.steffens@rockwellcollins.com>
Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/netsnmp/netsnmp.mk

index ed573c51e3f6267b035b6f433f827de714cc1d9f..904279d1fb173d2b212683389cb15a48bb292d00 100644 (file)
@@ -30,7 +30,6 @@ NETSNMP_CONF_OPTS = \
        --with-sys-location="Unknown" \
        --with-mib-modules="$(call qstrip,$(BR2_PACKAGE_NETSNMP_WITH_MIB_MODULES))" \
        --with-out-mib-modules="$(call qstrip,$(BR2_PACKAGE_NETSNMP_WITHOUT_MIB_MODULES))" \
-       --with-out-transports="Unix" \
        --disable-manuals
 NETSNMP_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LIB_LDCONFIG_CMD=true install
 NETSNMP_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) LIB_LDCONFIG_CMD=true install