linuxPackages.usbip: fix build with gcc8

This commit is contained in:
Franz Pletz
2019-06-17 11:24:32 +02:00
parent 84de36a0c8
commit 45d6ccea33
2 changed files with 18 additions and 0 deletions
+5
View File
@@ -5,6 +5,11 @@ stdenv.mkDerivation rec {
src = kernel.src;
patches = [
# fixes build with gcc8
./fix-snprintf-truncation.patch
];
nativeBuildInputs = [ autoconf automake libtool ];
buildInputs = [ udev ];