gnumake3: Fix build against glibc-2.27

This has already been patched against gnumake4 (519f0b8db2)
but we still have packages depending on gnumake3, so let's also apply
the same patch to gnumake 3.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @shlevy, @vcunat
This commit is contained in:
aszlig 2018-04-12 16:21:30 +02:00
parent a7f600b2c2
commit 492ca7be2b
No known key found for this signature in database
GPG key ID: 684089CE67EBB691

View file

@ -33,6 +33,9 @@ stdenv.mkDerivation {
./construct-command-line.patch
./long-command-line.patch
./darwin-library_search-dylib.patch
# Fix support for glibc 2.27's glob
../4.2/glibc-2.27-glob.patch
];
patchFlags = "-p0";