From: Gustavo Zacarias Date: Tue, 15 Dec 2015 17:20:18 +0000 (-0300) Subject: netsnmp: add explicit support for pciutils X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=83124e7dd6355f39edadee06b6179b8f0acc2e63;p=buildroot.git netsnmp: add explicit support for pciutils As pointed by Lonnie Abelbeck via email. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/netsnmp/netsnmp.mk b/package/netsnmp/netsnmp.mk index fb7217964e..0eb3b26711 100644 --- a/package/netsnmp/netsnmp.mk +++ b/package/netsnmp/netsnmp.mk @@ -62,6 +62,11 @@ else NETSNMP_CONF_OPTS += --without-openssl endif +# There's no option to forcibly enable or disable it +ifeq ($(BR2_PACKAGE_PCIUTILS),y) +NETSNMP_DEPENDENCIES += pciutils +endif + ifneq ($(BR2_PACKAGE_NETSNMP_ENABLE_MIBS),y) NETSNMP_CONF_OPTS += --disable-mib-loading NETSNMP_CONF_OPTS += --disable-mibs