9c4a278 Add upstream patch to fix incorrect use of glibc 2.27 glob internals.

Authored and Committed by rjones 6 years ago
    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.
    
        
file modified
+11 -1