From 9e4510722296c93e93fb5e8888c3002c97a7dd21 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 30 Nov 2022 12:17:17 +0100 Subject: 28.2: Copy patchset from 28.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- emacs/28.2/01_all_libseccomp.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 emacs/28.2/01_all_libseccomp.patch diff --git a/emacs/28.2/01_all_libseccomp.patch b/emacs/28.2/01_all_libseccomp.patch new file mode 100644 index 0000000..ecbbba0 --- /dev/null +++ b/emacs/28.2/01_all_libseccomp.patch @@ -0,0 +1,15 @@ +libseccomp is detected by configure but doesn't appear to have any +effect on the installed image. For now, disable it unconditionally. +https://bugs.gentoo.org/857906 + +--- emacs-28.2/configure.ac ++++ emacs-28.2/configure.ac +@@ -4373,7 +4373,7 @@ + ]])]) + AC_SUBST([HAVE_SECCOMP]) + +-EMACS_CHECK_MODULES([LIBSECCOMP], [libseccomp >= 2.5.2]) ++HAVE_LIBSECCOMP=no + AC_SUBST([HAVE_LIBSECCOMP]) + AC_SUBST([LIBSECCOMP_LIBS]) + AC_SUBST([LIBSECCOMP_CFLAGS]) -- cgit v1.2.3-65-gdbad