gnumake: Unconditionally fix build against glibc-2.27

This commit is contained in:
Shea Levy
2018-03-16 14:43:12 -04:00
parent 1c30c8dd55
commit 519f0b8db2
6 changed files with 35 additions and 129 deletions
@@ -20,6 +20,8 @@ stdenv.mkDerivation {
# included Makefiles, don't look in /usr/include and friends.
./impure-dirs.patch
./pselect.patch
# Fix support for glibc 2.27's glob, inspired by http://www.linuxfromscratch.org/lfs/view/8.2/chapter05/make.html
./glibc-2.27-glob.patch
];
nativeBuildInputs = stdenv.lib.optionals guileSupport [ pkgconfig ];