summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb
index 1a5093217b..ee8878f9de 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb
@@ -39,6 +39,9 @@ PACKAGECONFIG ??= ""
39PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils" 39PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils"
40PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl" 40PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl"
41 41
42PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}"
43PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,,"
44
42EXTRA_OECONF = "--disable-embedded-perl \ 45EXTRA_OECONF = "--disable-embedded-perl \
43 --with-perl-modules=no \ 46 --with-perl-modules=no \
44 --disable-manuals \ 47 --disable-manuals \