From 4213fb939fb62c10ff46226ed0918537a9c452ec Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 4 Mar 2024 21:39:35 -0800 Subject: emacs: Add packageconfig for selinux support Disable it by default, since selinux may not be present on build hosts and it can result in non-deterministic behavior during build. Signed-off-by: Khem Raj --- meta-oe/recipes-support/emacs/emacs_29.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/emacs/emacs_29.1.bb b/meta-oe/recipes-support/emacs/emacs_29.1.bb index ae35367ac4..5cbe4551c0 100644 --- a/meta-oe/recipes-support/emacs/emacs_29.1.bb +++ b/meta-oe/recipes-support/emacs/emacs_29.1.bb @@ -18,6 +18,7 @@ CVE_STATUS[CVE-2007-6109] = "fixed-version: The CPE in the NVD database doesn't PACKAGECONFIG[gnutls] = "--with-gnutls=yes,--with-gnutls=no,gnutls" PACKAGECONFIG[kerberos] = "--with-kerberos=yes,--with-kerberos=no,krb5" PACKAGECONFIG[libgmp] = "--with-libgmp=yes,--with-libgmp=no,gmp" +PACKAGECONFIG[selinux] = "--with-selinux=yes,--with-selinux=no,libselinux" PACKAGECONFIG ??= "gnutls kerberos libgmp" -- cgit 1.2.3-korg