A GNU tool which simplifies the build process for users
Go to file
Richard W.M. Jones 9c4a278bbd Add upstream patch to fix incorrect use of glibc 2.27 glob internals.
With glibc 2.27:

glob/libglob.a(glob.o): In function `glob_in_dir':
/home/rjones/d/fedora/make/master/make-4.2.1/glob/glob.c:1367: undefined reference to `__alloca'
/home/rjones/d/fedora/make/master/make-4.2.1/glob/glob.c:1342: undefined reference to `__alloca'
/home/rjones/d/fedora/make/master/make-4.2.1/glob/glob.c:1283: undefined reference to `__alloca'
/home/rjones/d/fedora/make/master/make-4.2.1/glob/glob.c:1256: undefined reference to `__alloca'
glob/libglob.a(glob.o): In function `glob':
/home/rjones/d/fedora/make/master/make-4.2.1/glob/glob.c:581: undefined reference to `__alloca'
glob/libglob.a(glob.o):/home/rjones/d/fedora/make/master/make-4.2.1/glob/glob.c:732: more undefined references to `__alloca' follow
collect2: error: ld returned 1 exit status

This is fixed upstream by:

http://git.savannah.gnu.org/cgit/make.git/patch/?id=48c8a116a914a325a0497721f5d8b58d5bba34d4

Note that the additional BuildRequires: autoconf, automake can be
removed after this patch is available in an upstream tarball.
2018-02-01 22:09:32 +00:00
.gitignore Resolves: #1338558 2016-09-25 18:04:08 -04:00
make-4.0-err-reporting.patch Resolves: #1150488 2015-10-29 22:58:16 -04:00
make-4.0-getcwd.patch Resolves: #1150488 2015-10-29 22:58:16 -04:00
make-4.0-j8k.patch Resolves: #1150488 2015-10-29 22:58:16 -04:00
make-4.0-newlines.patch Resolves: #1150488 2015-10-29 22:58:16 -04:00
make-4.0-noclock_gettime.patch Resolves: #1150488 2015-10-29 22:58:16 -04:00
make-4.0-weird-shell.patch Resolves: #1150488 2015-10-29 22:58:16 -04:00
make-4.1-rh1277968.patch Resolves: #1277968 2015-11-04 16:05:03 -05:00
make-4.2-getcwd.patch Resolves: #1338558 2016-09-25 18:04:08 -04:00
make-4.2-j8k.patch Resolves: #1338558 2016-09-25 18:04:08 -04:00
make-4.2.1-glob-fix.patch Add upstream patch to fix incorrect use of glibc 2.27 glob internals. 2018-02-01 22:09:32 +00:00
make-getcwd.patch Update to 4.1 2015-10-24 18:41:26 -04:00
make-newlines.patch Update to 4.1 2015-10-24 18:41:26 -04:00
make.spec Add upstream patch to fix incorrect use of glibc 2.27 glob internals. 2018-02-01 22:09:32 +00:00
sources Resolves: #1338558 2016-09-25 18:04:08 -04:00
STAGE1-make Adding STAGE1 bootstrap recipe 2015-06-16 21:37:51 +02:00