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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user