busybox: fix build w/glibc-2.31

This commit is contained in:
Maximilian Bosch
2020-06-29 14:41:42 +02:00
parent 4a78b2b04f
commit 4847222db1
2 changed files with 72 additions and 0 deletions
@@ -49,6 +49,7 @@ stdenv.mkDerivation rec {
patches = [
./busybox-in-store.patch
./0001-Fix-build-with-glibc-2.31.patch
] ++ stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) ./clang-cross.patch;
postPatch = "patchShebangs .";