X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=src%2Fpatches%2Fmake-4.2.1-glob-build-fix.patch;fp=src%2Fpatches%2Fmake-4.2.1-glob-build-fix.patch;h=0000000000000000000000000000000000000000;hp=d5303b053a9cd46bf4e33455a9ea267dd2ff5cc9;hb=7f8beebd75299102215bfa9f04f7acc4ae9211dd;hpb=4ef760608432879d7d75c2942dea547964731439 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 index d5303b053a..0000000000 --- a/src/patches/make-4.2.1-glob-build-fix.patch +++ /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 --# if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION -+# if _GNU_GLOB_INTERFACE_VERSION >= GLOB_INTERFACE_VERSION - gnu glob - # endif - #endif],