diff mbox series

libtirpc: conditionally enable gssapi

Message ID 20231004202558.581182-1-danismostlikely@gmail.com
State Accepted, archived
Commit ae9c64cd2291f4b24ac442816a4e354e47c70933
Headers show
Series libtirpc: conditionally enable gssapi | expand

Commit Message

Daniel McGregor Oct. 4, 2023, 8:25 p.m. UTC
From: Daniel McGregor <daniel.mcgregor@vecima.com>

This is for upcoming work to support gssapi in nfs-utils for nfsv4
and kerberos mountpoints.

Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
---
 meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

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