]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/make-4.2.1-glob-build-fix.patch
python3-msgpack: Fix build on i586
[people/pmueller/ipfire-2.x.git] / src / patches / make-4.2.1-glob-build-fix.patch
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],