]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/make-4.2.1-glob-build-fix.patch
Revert "Revert "make: update to 4.3""
[ipfire-2.x.git] / src / patches / make-4.2.1-glob-build-fix.patch
diff --git a/src/patches/make-4.2.1-glob-build-fix.patch b/src/patches/make-4.2.1-glob-build-fix.patch
deleted file mode 100644 (file)
index d5303b0..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- make-4.2.1/configure.ac~   2018-02-08 12:31:17.105922978 +0000
-+++ make-4.2.1/configure.ac    2018-02-08 12:31:35.249509647 +0000
-@@ -402,7 +402,7 @@ AC_CACHE_CHECK([if system libc has GNU g
- #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 >= GLOB_INTERFACE_VERSION
-    gnu glob
- # endif
- #endif],