mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/netsnmp: unix domain socket transport
The support for Unix domain socket transport was disabled as part of the bump of netsnmp from 5.5 to 5.6 in commitde642c9904, 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> (cherry picked from commit8aef2d3a5b) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
236f809c25
commit
8f14e3c883
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user