summarylogtreecommitdiffstats
path: root/0001-Add-autoconf-archive-to-src-external.patch
diff options
context:
space:
mode:
authorMichael Laß2022-07-21 23:18:25 +0200
committerMichael Laß2022-07-26 07:13:44 +0200
commitcece32b31d9970e4db149150764efd84782d2dfa (patch)
treeeeefeb234faf05f44601397c288248eb00171090 /0001-Add-autoconf-archive-to-src-external.patch
parentb86ee59da99b5ea488154b889b304e209e11aaee (diff)
downloadaur-cece32b31d9970e4db149150764efd84782d2dfa.tar.gz
Use patches likely to end up in next release
Instead of rolling our own set of patches for supporting newer kernels, apply all changes that are accepted or likely to be accepted for the next OpenAFS stable release. On top of that, backport patches for Linux 5.19.
Diffstat (limited to '0001-Add-autoconf-archive-to-src-external.patch')
-rw-r--r--0001-Add-autoconf-archive-to-src-external.patch50
1 files changed, 0 insertions, 50 deletions
diff --git a/0001-Add-autoconf-archive-to-src-external.patch b/0001-Add-autoconf-archive-to-src-external.patch
deleted file mode 100644
index 262ab43c4351..000000000000
--- a/0001-Add-autoconf-archive-to-src-external.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From 006616bd8e88b2d386a5ddc23973cf3e625cb80d Mon Sep 17 00:00:00 2001
-From: Andrew Deason <adeason@sinenomine.net>
-Date: Sat, 4 Apr 2020 22:28:21 -0500
-Subject: [PATCH 01/12] Add autoconf-archive to src/external
-
-Add autoconf-archive to the src/external mechanism, so we can more
-easily import and update the AX_* m4 macros we pull in from
-autoconf-archive. Commits are imported from
-<git://git.savannah.gnu.org/autoconf-archive.git>.
-
-We already have a copy of ax_gcc_func_attribute.m4 in the tree, so
-include that in the list of files. While we're here, also include a
-few more macros for checking compiler flags, which will be used in
-subsequent commits.
-
-Reviewed-on: https://gerrit.openafs.org/14133
-Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
-Tested-by: BuildBot <buildbot@rampaginggeek.com>
-Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
-(cherry picked from commit a072c65bba86cbcd81157e354d3719ac41a2c97d)
-
-Change-Id: I785607be9abe85e43287c4880103a365e264473b
----
- src/external/autoconf-archive-author | 1 +
- src/external/autoconf-archive-files | 5 +++++
- 2 files changed, 6 insertions(+)
- create mode 100644 src/external/autoconf-archive-author
- create mode 100644 src/external/autoconf-archive-files
-
-diff --git a/src/external/autoconf-archive-author b/src/external/autoconf-archive-author
-new file mode 100644
-index 000000000..1c668c50b
---- /dev/null
-+++ b/src/external/autoconf-archive-author
-@@ -0,0 +1 @@
-+Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
-diff --git a/src/external/autoconf-archive-files b/src/external/autoconf-archive-files
-new file mode 100644
-index 000000000..42c7c3852
---- /dev/null
-+++ b/src/external/autoconf-archive-files
-@@ -0,0 +1,5 @@
-+m4/ax_append_compile_flags.m4 m4/ax_append_compile_flags.m4
-+m4/ax_append_flag.m4 m4/ax_append_flag.m4
-+m4/ax_check_compile_flag.m4 m4/ax_check_compile_flag.m4
-+m4/ax_gcc_func_attribute.m4 m4/ax_gcc_func_attribute.m4
-+m4/ax_require_defined.m4 m4/ax_require_defined.m4
---
-2.36.1
-