lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gnumake42: fix build w/glibc-2.33

authored by

Maximilian Bosch and committed by
Vladimír Čunát
3f5336e1 acdcb856

+18
+1
pkgs/development/tools/build-managers/gnumake/4.2/default.nix
··· 23 23 ./pselect.patch 24 24 # Fix support for glibc 2.27's glob, inspired by http://www.linuxfromscratch.org/lfs/view/8.2/chapter05/make.html 25 25 ./glibc-2.27-glob.patch 26 + ./glibc-2.33-glob.patch 26 27 ]; 27 28 28 29 nativeBuildInputs = lib.optionals guileSupport [ pkg-config ];
+17
pkgs/development/tools/build-managers/gnumake/4.2/glibc-2.33-glob.patch
··· 1 + diff --git glob/glob.c glob/glob.c 2 + index 924f2b3..d4ef0c5 100644 3 + --- glob/glob.c 4 + +++ glob/glob.c 5 + @@ -212,8 +212,8 @@ my_realloc (p, n) 6 + # define __alloca alloca 7 + 8 + 9 + -#ifndef __GNU_LIBRARY__ 10 + # define __stat stat 11 + +#ifndef __GNU_LIBRARY__ 12 + # ifdef STAT_MACROS_BROKEN 13 + # undef S_ISDIR 14 + # endif 15 + -- 16 + 2.31.1 17 +