bcache-tools: Add gcc5 compatability patch
This commit is contained in:
@@ -21,7 +21,10 @@ stdenv.mkDerivation rec {
|
||||
-i Makefile
|
||||
'';
|
||||
|
||||
patches = [ ./bcache-udev-modern.patch ];
|
||||
patches = [
|
||||
./bcache-udev-modern.patch
|
||||
./fix-static.patch
|
||||
];
|
||||
|
||||
preBuild = ''
|
||||
export makeFlags="$makeFlags PREFIX=\"$out\" UDEVLIBDIR=\"$out/lib/udev/\"";
|
||||
|
||||
Reference in New Issue
Block a user