diff options
-rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb index 1e87fd0af..482eaf2cc 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | |||
@@ -43,15 +43,15 @@ CCACHE = "" | |||
43 | 43 | ||
44 | TARGET_CC_ARCH += "${LDFLAGS}" | 44 | TARGET_CC_ARCH += "${LDFLAGS}" |
45 | 45 | ||
46 | PACKAGECONFIG ??= "" | 46 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} des" |
47 | PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils" | 47 | PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils" |
48 | PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl" | 48 | PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl" |
49 | 49 | ||
50 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | ||
51 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,," | 50 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,," |
52 | 51 | ||
53 | PACKAGECONFIG[perl] = "--enable-embedded-perl --with-perl-modules=yes, --disable-embedded-perl --with-perl-modules=no,\ | 52 | PACKAGECONFIG[perl] = "--enable-embedded-perl --with-perl-modules=yes, --disable-embedded-perl --with-perl-modules=no,\ |
54 | perl, perl perl-lib" | 53 | perl, perl perl-lib" |
54 | PACKAGECONFIG[des] = "--enable-des,--disable-des" | ||
55 | 55 | ||
56 | EXTRA_OECONF = "--enable-shared \ | 56 | EXTRA_OECONF = "--enable-shared \ |
57 | --disable-manuals \ | 57 | --disable-manuals \ |