diff options
| -rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb | 3 |
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 ??= "" | |||
| 39 | PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils" | 39 | PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils" |
| 40 | PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl" | 40 | PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl" |
| 41 | 41 | ||
| 42 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" | ||
| 43 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,," | ||
| 44 | |||
| 42 | EXTRA_OECONF = "--disable-embedded-perl \ | 45 | EXTRA_OECONF = "--disable-embedded-perl \ |
| 43 | --with-perl-modules=no \ | 46 | --with-perl-modules=no \ |
| 44 | --disable-manuals \ | 47 | --disable-manuals \ |
