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:
parent
a7f600b2c2
commit
492ca7be2b
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user