lttng-modules: fix build on kernel 3.18

This commit is contained in:
Domen Kožar
2014-12-10 12:55:05 +01:00
parent 024a28e5e8
commit ac80e36e4a
2 changed files with 72 additions and 1 deletions
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
};
# from upstream ML, should be in the next release
patches = [ ./build-fix.patch ];
patches = [ ./build-fix.patch ./6f0af2643c40b57280796eaa4fe60ce4f678b6dc.patch ];
preConfigure = ''
export KERNELDIR="${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"