mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue