diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-11-30 12:17:17 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-11-30 12:17:58 +0100 |
commit | 9e4510722296c93e93fb5e8888c3002c97a7dd21 (patch) | |
tree | 5b87023213e29ec0a4d6d9d72266240e9d9cb3dc | |
parent | 28.1: Disable libseccomp (diff) | |
download | emacs-patches-9e4510722296c93e93fb5e8888c3002c97a7dd21.tar.gz emacs-patches-9e4510722296c93e93fb5e8888c3002c97a7dd21.tar.bz2 emacs-patches-9e4510722296c93e93fb5e8888c3002c97a7dd21.zip |
28.2: Copy patchset from 28.1
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | emacs/28.2/01_all_libseccomp.patch | 15 |
1 files changed, 15 insertions, 0 deletions
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]) |