diff options
| -rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb b/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb index 16c7a6007a..aa526e9e1c 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb | |||
| @@ -20,13 +20,11 @@ CVE_STATUS[CVE-2021-46828] = "fixed-version: fixed in 1.3.3rc1 so not present in | |||
| 20 | 20 | ||
| 21 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |
| 22 | 22 | ||
| 23 | PACKAGECONFIG ??= "" | ||
| 24 | PACKAGECONFIG[gssapi] = "--enable-gssapi,--disable-gssapi,krb5" | ||
| 25 | |||
| 26 | PACKAGECONFIG ??= "\ | 23 | PACKAGECONFIG ??= "\ |
| 27 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ | 24 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ |
| 28 | " | 25 | " |
| 29 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" | 26 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" |
| 27 | PACKAGECONFIG[gssapi] = "--enable-gssapi,--disable-gssapi,krb5" | ||
| 30 | 28 | ||
| 31 | do_install:append() { | 29 | do_install:append() { |
| 32 | test -e ${D}${sysconfdir}/netconfig && chown root:root ${D}${sysconfdir}/netconfig | 30 | test -e ${D}${sysconfdir}/netconfig && chown root:root ${D}${sysconfdir}/netconfig |
