- fix spl license, add workarounds for zfs on i686-linux

This commit is contained in:
Jack Cummings
2012-11-15 07:41:11 +01:00
committed by David Guibert
parent 66ceb14b5e
commit abd6046168
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ stdenv.mkDerivation {
--with-linux=${kernel}/lib/modules/${kernel.version}/build
--with-linux-obj=${kernel}/lib/modules/${kernel.version}/build
--with-spl=${spl}/libexec/spl/${kernel.version}
${if stdenv.system == "i686-linux" then "--enable-atomic-spinlocks" else ""}
'';
meta = {