diff options
| -rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb b/meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb index d466905426..b27c302460 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb | |||
| @@ -18,7 +18,8 @@ CVE_STATUS[CVE-2021-46828] = "fixed-version: fixed in 1.3.3rc1 so not present in | |||
| 18 | 18 | ||
| 19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
| 20 | 20 | ||
| 21 | EXTRA_OECONF = "--disable-gssapi" | 21 | PACKAGECONFIG ??= "" |
| 22 | PACKAGECONFIG[gssapi] = "--enable-gssapi,--disable-gssapi,krb5" | ||
| 22 | 23 | ||
| 23 | do_install:append() { | 24 | do_install:append() { |
| 24 | test -e ${D}${sysconfdir}/netconfig && chown root:root ${D}${sysconfdir}/netconfig | 25 | test -e ${D}${sysconfdir}/netconfig && chown root:root ${D}${sysconfdir}/netconfig |
