Home | History | Annotate | Download | only in glob
History log of /src/external/gpl2/gmake/dist/glob/glob.c
RevisionDateAuthorComments
 1.5  23-May-2018  nonaka gmake: __alloca and __stat are provided only when building with GLIBC.

Fix a build failure on Ubuntu 18.04.
 1.4  16-Apr-2018  christos According to:
https://sourceforge.net/p/predef/wiki/Libraries/
The macro used for old glibc is __GNU_LIBRARY__ and the new one is __GLIBC__.
Try to fix linux compilation by detecting both.
 1.3  16-Apr-2018  kamil Revert previous glob.c change

It broke on !GLIBC.
 1.2  16-Apr-2018  kamil 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.
 1.1  18-Aug-2014  christos branches: 1.1.1;
Initial revision
 1.1.1.1  18-Aug-2014  christos branches: 1.1.1.1.8; 1.1.1.1.14;
import latest gpl2 make
 1.1.1.1.14.2  25-Jun-2018  pgoyette Sync with HEAD
 1.1.1.1.14.1  22-Apr-2018  pgoyette Sync with HEAD
 1.1.1.1.8.2  07-Jun-2018  martin Pull up following revision(s) (requested by nonaka in ticket #836):
external/gpl2/gmake/dist/glob/glob.c: revision 1.5
gmake: __alloca and __stat are provided only when building with GLIBC.
Fix a build failure on Ubuntu 18.04.
 1.1.1.1.8.1  17-Apr-2018  martin Pull up following revision(s) (requested by kamil in ticket #768):

external/gpl2/gmake/dist/glob/glob.c: revision 1.4

According to:
https://sourceforge.net/p/predef/wiki/Libraries/

The macro used for old glibc is __GNU_LIBRARY__ and the new one is
__GLIBC__.

Try to fix linux compilation by detecting both.

RSS XML Feed