From ae9c64cd2291f4b24ac442816a4e354e47c70933 Mon Sep 17 00:00:00 2001 From: Daniel McGregor Date: Wed, 4 Oct 2023 14:25:58 -0600 Subject: [PATCH] libtirpc: conditionally enable gssapi This is for upcoming work to support gssapi in nfs-utils for nfsv4 and kerberos mountpoints. Signed-off-by: Daniel McGregor Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb b/meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb index d4669054268..b27c302460a 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 inherit autotools pkgconfig -EXTRA_OECONF = "--disable-gssapi" +PACKAGECONFIG ??= "" +PACKAGECONFIG[gssapi] = "--enable-gssapi,--disable-gssapi,krb5" do_install:append() { test -e ${D}${sysconfdir}/netconfig && chown root:root ${D}${sysconfdir}/netconfig -- 2.47.2