diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-12 12:00:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-12 12:00:37 +0200 |
commit | c6e9cd7368770c2980dd4cf2743d8d3a3d2c97b9 (patch) | |
tree | ee918a598a74ef691e21af2a81e55b8a2fc0260d /package/make/patches | |
parent | 2054ff360d0dc052e3721a35f67a09b84fe3c9c8 (diff) |
make: update to 4.4
Diffstat (limited to 'package/make/patches')
-rw-r--r-- | package/make/patches/patch-configure_ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/make/patches/patch-configure_ac b/package/make/patches/patch-configure_ac deleted file mode 100644 index e155851b4..000000000 --- a/package/make/patches/patch-configure_ac +++ /dev/null @@ -1,14 +0,0 @@ ---- make-4.2.1.orig/configure.ac 2016-06-06 12:27:31.000000000 +0000 -+++ make-4.2.1/configure.ac 2018-02-28 20:57:40.797354623 +0000 -@@ -399,10 +399,9 @@ AC_CACHE_CHECK([if system libc has GNU g - #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], |