diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-02-12 10:55:44 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-02-12 10:55:44 +0100 |
commit | 6802d4e5efa89b649ea59d57717a9c64df659c46 (patch) | |
tree | 4c8c7c3b1a4066592861486e9a54a8e4b78f91c1 | |
parent | Remove 23.4 and 24.5 patchsets (diff) | |
download | emacs-patches-6802d4e5efa89b649ea59d57717a9c64df659c46.tar.gz emacs-patches-6802d4e5efa89b649ea59d57717a9c64df659c46.tar.bz2 emacs-patches-6802d4e5efa89b649ea59d57717a9c64df659c46.zip |
Remove 28.1 patchset
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | emacs/28.1/01_all_libseccomp.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/emacs/28.1/01_all_libseccomp.patch b/emacs/28.1/01_all_libseccomp.patch deleted file mode 100644 index 656b3c6..0000000 --- a/emacs/28.1/01_all_libseccomp.patch +++ /dev/null @@ -1,15 +0,0 @@ -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.1/configure.ac -+++ emacs-28.1/configure.ac -@@ -4375,7 +4375,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]) |