summaryrefslogtreecommitdiff
path: root/core/make/FS58674.patch
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-07-19 08:33:02 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2018-07-19 08:33:02 +0000
commit9b35a25041eca7868041244ec45ec29b692e03a8 (patch)
tree460c6d849d324fd69ca07ebdf2780f14027c59c2 /core/make/FS58674.patch
parentc8f517f9495cc5cac5c7b081a5faac6851efec32 (diff)
parentb64e0b3dbff5e76b791843eb2f82c6e9efe963d8 (diff)
downloadpackages-9b35a25041eca7868041244ec45ec29b692e03a8.tar.xz
Merge branch 'master' into i486
Diffstat (limited to 'core/make/FS58674.patch')
-rw-r--r--core/make/FS58674.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/make/FS58674.patch b/core/make/FS58674.patch
new file mode 100644
index 00000000..82f42ea5
--- /dev/null
+++ b/core/make/FS58674.patch
@@ -0,0 +1,15 @@
+diff -rauN make-4.2.1/configure.ac make-4.2.1-alloca-patch/configure.ac
+--- make-4.2.1/configure.ac 2016-06-06 12:27:31.000000000 +0000
++++ make-4.2.1-alloca-patch/configure.ac 2018-07-19 06:17:41.011662796 +0000
+@@ -399,10 +399,9 @@
+ #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],