drbd: fix build w/glibc-2.30

Decided to not bump to a later version as they decided to split the repo
which would've made change way more complicated.
This commit is contained in:
Maximilian Bosch
2020-01-23 00:21:22 +01:00
parent feb29ae15e
commit c3c2e67221
2 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1w4889h1ak7gy9w33kd4fgjlfpgmp6hzfya16p1pkc13bjf22mm0";
};
patches = [ ./pass-force.patch ];
patches = [ ./pass-force.patch ./fix-glibc-compilation.patch ];
nativeBuildInputs = [ flex ];
buildInputs = [ perl ];