From: Daniel McGregor Date: Wed, 4 Oct 2023 20:25:58 +0000 (-0600) Subject: libtirpc: conditionally enable gssapi X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae9c64cd2291f4b24ac442816a4e354e47c70933;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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