Module Name:src
Committed By: nonaka
Date: Wed May 23 09:52:27 UTC 2018
Modified Files:
src/external/gpl2/gmake/dist/glob: glob.c
Log Message:
gmake: __alloca and __stat are provided only when building with GLIBC.
Fix a build failure on Ubuntu 18.04.
To generate a diff
Module Name:src
Committed By: christos
Date: Mon Apr 16 16:11:40 UTC 2018
Modified Files:
src/external/gpl2/gmake/dist/glob: glob.c
Log Message:
According to:
https://sourceforge.net/p/predef/wiki/Libraries/
The macro used for old glibc is __GNU_LIBRARY__ and the new o
Module Name:src
Committed By: kamil
Date: Mon Apr 16 16:02:57 UTC 2018
Modified Files:
src/external/gpl2/gmake/dist/glob: glob.c
Log Message:
Revert previous glob.c change
It broke on !GLIBC.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/
Module Name:src
Committed By: kamil
Date: Mon Apr 16 14:39:19 UTC 2018
Modified Files:
src/external/gpl2/gmake/dist/glob: glob.c
Log Message:
Fix build of gmake (in tools) on new GLIBC systems
Reported on Debian and Fedora.
Reference for similar fix:
https://lists.nongnu