]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/make-4.2.1-glob-build-fix.patch
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next-suricata
[ipfire-2.x.git] / src / patches / make-4.2.1-glob-build-fix.patch
CommitLineData
dca7011c
MT
1--- make-4.2.1/configure.ac~ 2018-02-08 12:31:17.105922978 +0000
2+++ make-4.2.1/configure.ac 2018-02-08 12:31:35.249509647 +0000
3@@ -402,7 +402,7 @@ AC_CACHE_CHECK([if system libc has GNU g
4 #define GLOB_INTERFACE_VERSION 1
5 #if !defined _LIBC && defined __GNU_LIBRARY__ && __GNU_LIBRARY__ > 1
6 # include <gnu-versions.h>
7-# if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION
8+# if _GNU_GLOB_INTERFACE_VERSION >= GLOB_INTERFACE_VERSION
9 gnu glob
10 # endif
11 #endif],