diff options
author | Chris Packham <judge.packham@gmail.com> | 2025-02-07 09:45:07 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2025-02-08 17:33:46 +1300 |
commit | c6427a99ad4aa2037eafb37725251f1ac4246bc8 (patch) | |
tree | 5f54a96e035e8fb4bea9c04ec138be7192c50dac /packages/make/4.2.1/0000-glob-v2.patch | |
parent | ac8ac3d393f776f16afc5ac44bc61e78b513bd74 (diff) | |
download | crosstool-ng-c6427a99ad4aa2037eafb37725251f1ac4246bc8.tar.gz crosstool-ng-c6427a99ad4aa2037eafb37725251f1ac4246bc8.tar.bz2 crosstool-ng-c6427a99ad4aa2037eafb37725251f1ac4246bc8.zip |
packages: Drop obsolete versions
Post release drop versions of some packages that were marked as
obsolete.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'packages/make/4.2.1/0000-glob-v2.patch')
-rw-r--r-- | packages/make/4.2.1/0000-glob-v2.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/packages/make/4.2.1/0000-glob-v2.patch b/packages/make/4.2.1/0000-glob-v2.patch deleted file mode 100644 index ad8ddd87..00000000 --- a/packages/make/4.2.1/0000-glob-v2.patch +++ /dev/null @@ -1,39 +0,0 @@ -commit 48c8a116a914a325a0497721f5d8b58d5bba34d4 -Author: Paul Smith <psmith@gnu.org> -Date: Sun Nov 19 15:09:16 2017 -0500 - - * configure.ac: Support GLIBC glob interface version 2 - ---- - configure | 3 +-- - configure.ac | 3 +-- - 2 files changed, 2 insertions(+), 4 deletions(-) - ---- a/configure.ac -+++ b/configure.ac -@@ -399,10 +399,9 @@ - #include <glob.h> - #include <fnmatch.h> - --#define GLOB_INTERFACE_VERSION 1 - #if !defined _LIBC && defined __GNU_LIBRARY__ && __GNU_LIBRARY__ > 1 - # include <gnu-versions.h> --# if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION -+# if _GNU_GLOB_INTERFACE_VERSION == 1 || _GNU_GLOB_INTERFACE_VERSION == 2 - gnu glob - # endif - #endif], ---- a/configure -+++ b/configure -@@ -11481,10 +11481,9 @@ - #include <glob.h> - #include <fnmatch.h> - --#define GLOB_INTERFACE_VERSION 1 - #if !defined _LIBC && defined __GNU_LIBRARY__ && __GNU_LIBRARY__ > 1 - # include <gnu-versions.h> --# if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION -+# if _GNU_GLOB_INTERFACE_VERSION == 1 || _GNU_GLOB_INTERFACE_VERSION == 2 - gnu glob - # endif - #endif |