summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/libtirpc/libtirpc_1.3.3.bb3
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
19inherit autotools pkgconfig 19inherit autotools pkgconfig
20 20
21EXTRA_OECONF = "--disable-gssapi" 21PACKAGECONFIG ??= ""
22PACKAGECONFIG[gssapi] = "--enable-gssapi,--disable-gssapi,krb5"
22 23
23do_install:append() { 24do_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