Fix build of gmake (in tools) on new GLIBC systems
Reported on Debian and Fedora. Reference for similar fix: https://lists.nongnu.org/archive/html/bug-make/2017-11/msg00020.html Tested by <Mateusz Guzik> on Fedora. Tested by <Mandacaru Cascavel> on Debian.
This commit is contained in:
parent
c726cd06e0
commit
3c41a2b898
2
external/gpl2/gmake/dist/glob/glob.c
vendored
2
external/gpl2/gmake/dist/glob/glob.c
vendored
@ -207,7 +207,7 @@ my_realloc (p, n)
|
||||
#endif /* __GNU_LIBRARY__ */
|
||||
|
||||
|
||||
#if !defined __alloca && !defined __GNU_LIBRARY__
|
||||
#if !defined __alloca && defined __GNU_LIBRARY__
|
||||
|
||||
# ifdef __GNUC__
|
||||
# undef alloca
|
||||
|
Loading…
Reference in New Issue
Block a user